import { DefaultNavigatorOptions, ParamListBase, TabNavigationState, TabRouterOptions } from '@react-navigation/native'; import type { BottomTabNavigationConfig, BottomTabNavigationEventMap, BottomTabNavigationOptions } from '../types'; type Props = DefaultNavigatorOptions, BottomTabNavigationOptions, BottomTabNavigationEventMap> & TabRouterOptions & BottomTabNavigationConfig; declare function BottomTabNavigator({ id, initialRouteName, backBehavior, children, screenListeners, screenOptions, sceneContainerStyle, ...restWithDeprecated }: Props): JSX.Element; declare const _default: () => import("@react-navigation/native").TypedNavigator, BottomTabNavigationOptions, BottomTabNavigationEventMap, typeof BottomTabNavigator>; export default _default; //# sourceMappingURL=createBottomTabNavigator.d.ts.map