import type { SVGPathData } from "./types.js"; export declare function createSVGPaths(data: string[]): SVGPathData[];