import { SVG } from "../index.js";
/**
 * Clean up SVG
 */
declare function cleanupSVGRoot(svg: SVG): void;
export { cleanupSVGRoot };