import React from 'react'; import type { InternalNativeTabsProps, NativeTabsProps } from './types'; export declare const NativeTabsContext: React.Context; export declare function NativeTabsNavigator({ children, backBehavior, labelStyle, iconColor, blurEffect, backgroundColor, badgeBackgroundColor, indicatorColor, badgeTextColor, shadowColor, screenListeners, ...rest }: InternalNativeTabsProps): React.JSX.Element; export declare function NativeTabsNavigatorWrapper(props: NativeTabsProps): React.JSX.Element; //# sourceMappingURL=NativeBottomTabsNavigator.d.ts.map