import { scrapeMotionValuesFromProps } from './utils/scrape-motion-values.js'; declare var htmlMotionConfig: { scrapeMotionValuesFromProps: typeof scrapeMotionValuesFromProps; createRenderState: () => { style: {}; transform: {}; transformKeys: never[]; transformOrigin: {}; vars: {}; }; }; export { htmlMotionConfig }; //# sourceMappingURL=config-motion.d.ts.map