declare const ParallaxHeader: import("react").NamedExoticComponent> & { readonly type: ({ renderHeader, renderStickyHeader, stickyHeaderTitle, children, }: Partial) => JSX.Element; } & { WithTab: import("react").MemoExoticComponent<({ renderHeader, renderStickyHeader, screenOptions, onTabChange, backBehavior, tabBarPosition, initialRouteName, tabs, }: Partial) => JSX.Element>; }; export type { AnimatedFlatListProps, HeaderProps, ParallaxHeaderProps, ParallaxHeaderWithTabProps, RenderDefaultProps, ActiveTabIndex, StickyHeaderProps, TabBarProps, } from './types'; export { ParallaxHeader };