/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { SVGDimensions } from "../types"; /** based on framer-motion@4.0.3, Copyright (c) 2018 Framer B.V. */ import '../../../utils/fix-process-env'; /** * The SVG transform origin defaults are different to CSS and is less intuitive, * so we use the measured dimensions of the SVG to reconcile these. */ declare function calcSVGTransformOrigin(dimensions: SVGDimensions, originX: number | string, originY: number | string): string; export { calcSVGTransformOrigin }; //# sourceMappingURL=transform-origin.d.ts.map