import { Animated } from 'react-native'; import type { MotionBaseSpec } from '@coinbase/cds-common/types/Motion'; /** Animate to a new value from it's previously tracked state */ export declare const useAnimatedTransition: ( nextValue: number, motionSpec: Omit, ) => Animated.Value; //# sourceMappingURL=useAnimatedTransition.d.ts.map