import type { Animated } from 'react-native'; export declare const interpolateAnimationStates: (from: Record, to: Record, isReduceMotionEnabled: boolean, progressValue: Animated.Value, reduceMotionProgressValue: Animated.Value) => Record;