import React from 'react'; import type { ParallaxHeaderWithTabProps } from './types'; declare const _default: React.MemoExoticComponent<({ renderHeader, renderStickyHeader, screenOptions, onTabChange, backBehavior, tabBarPosition, initialRouteName, tabs, }: Partial) => JSX.Element>; export default _default;