import { Animated } from 'react-native'; declare const useAnimatedValue: (initialValue: number) => Animated.Value; export default useAnimatedValue;