import React from "react"; import type { TabHeaderContext } from "./types"; export declare const HeaderTabContext: React.Context; export declare const useHeaderTabContext: () => { isSlidingHeader: import("react-native-reanimated").SharedValue; shareAnimatedValue: import("react-native-reanimated").SharedValue; isStartRefreshing: import("react-native-reanimated").SharedValue; minHeaderHeight: number; tabbarHeight: number; headerHeight: number; scrollStickyHeaderHeight: number; refreshHeight: number; overflowPull: number; pullExtendedCoefficient: number; headerTrans: import("react-native-reanimated").SharedValue; expectHeight: number; refHasChanged: (ref: import("react-native-gesture-handler/lib/typescript/handlers/gestures/nativeGesture").NativeGesture) => void; curIndexValue: import("react-native-reanimated").SharedValue; updateSceneInfo: (e: import("./types").UpdateSceneInfoParams) => void; scrollViewPaddingTop: number; animatedScrollableState: import("react-native-reanimated").SharedValue; disableBounces?: import("react-native-reanimated").SharedValue | undefined; }; //# sourceMappingURL=context.d.ts.map