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