import { SVG } from "../index.js"; /** * Remove useless attributes */ declare function removeBadAttributes(svg: SVG): void; export { removeBadAttributes };