///
///
import type { ScrollComponent, SharedPredefinedProps } from '../SharedProps';
export declare function usePredefinedHeader(props: SharedPredefinedProps): {
contentBackgroundColor: import("react-native").ColorValue | undefined;
innerScrollHeight: number;
onMomentumScrollEnd: (e: import("react-native").NativeScrollEvent) => void;
onScroll: (e: import("react-native").NativeScrollEvent) => void;
onScrollEndDrag: (e: import("react-native").NativeScrollEvent) => void;
parallaxHeight: number;
scrollHeight: number;
scrollValue: import("react-native-reanimated").SharedValue;
scrollViewRef: import("react").RefObject;
};