import * as React from 'react'; import type { Animated } from 'react-native'; export declare const AnimatedHeaderHeightContext: React.Context | undefined>; export declare function useAnimatedHeaderHeight(): Animated.AnimatedInterpolation; //# sourceMappingURL=useAnimatedHeaderHeight.d.ts.map