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