declare function getSvgPathFromStroke(points: number[][], closed?: boolean): string; export { getSvgPathFromStroke };