import { BottomNavigationProps } from './BottomNavigation.types.ts'; declare const BottomNavigationNamespace: import('react').NamedExoticComponent & { Item: import('react').ForwardRefExoticComponent>; }; export { BottomNavigationNamespace as BottomNavigation };