import { SVG } from '../svg/index.js'; import '@iconizza/types'; import '@iconizza/utils/lib/customisations/defaults'; /** * Removes clip path from SVG, which Figma adds to icons that might have overflowing elements */ declare function removeFigmaClipPathFromSVG(svg: SVG): boolean; export { removeFigmaClipPathFromSVG };