export declare function getPointAtLength(element: SVGPathElement | null, length: number | null): DOMPoint | { x: number; y: number; }; //# sourceMappingURL=getPointAtLength.d.ts.map