import { Animated } from 'react-native'; export declare const useAnimatedValueArray: (initialValues: number[]) => Animated.Value[];