import type { GraphicsPath } from '../path/GraphicsPath'; export declare function SVGToGraphicsPath(svgPath: string, path: GraphicsPath): GraphicsPath;