import _Tabbar from './tabbar.vue'; import _TabbarItem from './tabbarItem.vue'; declare type TabBarType = typeof _Tabbar & { TabbarItem: typeof _TabbarItem; }; export declare const Tabbar: import("../utils").SFCWithInstall; export declare const TabbarItem: import("../utils").SFCWithInstall, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>>; export default Tabbar;