import type { SFCWithInstall } from '../types';
import tabbar from './index.vue';
declare const TabBar: SFCWithInstall<typeof tabbar>;
declare const TrsTabBar: SFCWithInstall<typeof tabbar>;
export { TabBar, TrsTabBar };
