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