declare const interpolateAnimation: (spring: number, to: number | undefined, initialValue?: number, defaultValue?: number) => number; export default interpolateAnimation; //# sourceMappingURL=AnimationInterpolation.d.ts.map