export declare const getPathYArrayFromPath: (path: string) => number[]; export declare const getPathXArrayFromPath: (path: string) => number[]; export declare const getPathFromPathArray: ({ pathX, pathY, }: { pathX: number[]; pathY: number[]; }) => string; export declare const fillArray: (array: number[], numberOfElements: number) => number[]; export declare const scaleArraySize: any; export declare const svgBezierPath: (points: any, smoothing: any, strategy: 'simple' | 'complex' | 'bezier') => any; //# sourceMappingURL=utils.d.ts.map