import { ShapePath } from 'three/src/extras/core/ShapePath.js';
export declare function parseSvgPathElement(path: SVGPathElement): ShapePath;
export declare function parseSvgPathDAttribute(d: string | null): ShapePath;
//# sourceMappingURL=svg.d.ts.map