import React from 'react'; import { Animated } from 'react-native'; export declare const useAnimatedLatestValue: (animatedValue: Animated.Value, initial?: number | undefined) => readonly [React.MutableRefObject, React.MutableRefObject];