import type { ElementAnimationData } from "../types"; import { MotionValue } from "@motionone/types"; export declare function getAnimationData(element: Element): ElementAnimationData; export declare function getMotionValue(motionValues: Map, name: string): MotionValue; //# sourceMappingURL=data.d.ts.map