import type { BottomTabBarProps } from './types'; export declare const NavBar: ({ state, descriptors, navigation, tabs, ...rest }: BottomTabBarProps) => JSX.Element;