import { type EnhancedComponent } from '../../utils'; import _Tabbar from './tabbar.vue'; import _TabbarItem from './tabbar-item.vue'; export declare const Tabbar: EnhancedComponent; export declare const TabbarItem: EnhancedComponent; export default Tabbar; export type { TabbarProps, TabbarSlots, TabbarEmits, TabbarItemProps, TabbarItemSlots, TabbarItemEmits, } from './common';