import type { SFCWithInstall } from '../types';
import tabswitch from './index.vue';
declare const TabSwitch: SFCWithInstall<typeof tabswitch>;
declare const TrsTabSwitch: SFCWithInstall<typeof tabswitch>;
export { TabSwitch, TrsTabSwitch };
