/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { ResolvedValues } from "../../types"; /** based on framer-motion@4.0.3, Copyright (c) 2018 Framer B.V. */ import '../../../utils/fix-process-env'; /** * Build SVG path properties. Uses the path's measured length to convert * our custom pathLength, pathSpacing and pathOffset into stroke-dashoffset * and stroke-dasharray attributes. * * This function is mutative to reduce per-frame GC. */ declare function buildSVGPath(attrs: ResolvedValues, totalLength: number, length: number, spacing?: number, offset?: number, useDashCase?: boolean): void; export { buildSVGPath }; //# sourceMappingURL=path.d.ts.map