import { SVG } from "../svg/index.js";
/**
 * Expand global style
 */
declare function cleanupGlobalStyle(svg: SVG): void;
export { cleanupGlobalStyle };