import { Animated } from 'react-native'; declare type BaseAnimation = { initialValue: number; type: 'timing'; }; export declare const useAnimated: (config: BaseAnimation & Animated.TimingAnimationConfig, callback?: (() => void) | undefined) => Animated.Value; export {}; //# sourceMappingURL=useAnimated.d.ts.map