import type { NavigationState } from '@react-navigation/routers';
import { Animated } from 'react-native';
export declare function useAnimatedHashMap({ routes, index }: NavigationState): Record<string, Animated.Value>;
//# sourceMappingURL=useAnimatedHashMap.d.ts.map