/// import TabbarItem from './TabbarItem'; declare const TabbarNamespace: import("react").FC> & { Item: import("react").FC>; }; export default TabbarNamespace; export { TabbarNamespace as Tabbar, TabbarItem }; export type { TabbarProps, TabbarItemProps } from './PropsType';