import { Animated } from 'react-native'; export declare const onAnimationSet: (state: any, toValue: number | Animated.Value | Animated.ValueXY | Animated.AnimatedInterpolation | { x: number; y: number; }) => void; //# sourceMappingURL=utils.d.ts.map