import { Animated } from 'react-native'; declare function useAnimatedValue(value: number): Animated.Value; export default useAnimatedValue;