/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { MotionProps } from "../../motion"; import { scrapeMotionValuesFromProps } from './utils/scrape-motion-values.js'; declare var svgMotionConfig: { scrapeMotionValuesFromProps: typeof scrapeMotionValuesFromProps; createRenderState: () => { style: {}; transform: {}; transformKeys: never[]; transformOrigin: {}; vars: {}; } & { attrs: {}; }; onMount: (props: MotionProps, instance: SVGGraphicsElement, _a: { renderState: any; latestValues: any; }) => void; }; export { svgMotionConfig }; //# sourceMappingURL=config-motion.d.ts.map