import * as React from "react"; import { IAppearanceOptions } from './types'; interface IBottomTabNavigatorProps { initialRouteName?: string; backBehavior?: "history" | "initialRoute" | "order" | "none" | undefined; children: React.ReactNode; screenOptions?: any; tabBarOptions?: any; appearance: Partial; lazy?: boolean; } declare const _default: () => import("@react-navigation/native").TypedNavigator & Readonly<{ params?: Readonly; }> & { state?: Readonly | import("@react-navigation/native").PartialState> | undefined; })[]; type: string; stale: false; }>, {}, import("@react-navigation/native").EventMapBase, ({ initialRouteName, backBehavior, children, screenOptions, tabBarOptions, appearance, lazy, ...rest }: IBottomTabNavigatorProps) => React.JSX.Element>; export default _default;