import { ParamListBase, type EventMapBase } from '@react-navigation/native'; import React from 'react'; import type { NativeTabOptions, NativeTabsProps } from './types'; export declare const NativeTabsContext: React.Context; export declare function NativeTabsNavigator({ children, backBehavior, ...rest }: NativeTabsProps): React.JSX.Element; export declare const NativeTabsNavigatorWithContext: React.ForwardRefExoticComponent & Partial> & React.RefAttributes> & { Screen: (props: import("../..").ScreenProps[]; type: string; stale: false; }>, EventMapBase>) => null; Protected: typeof import("../../views/Protected").Protected; }; //# sourceMappingURL=NativeBottomTabsNavigator.d.ts.map