import type { SFCWithInstall } from '../types';
import footertab from './index.vue';
declare const FooterTab: SFCWithInstall<typeof footertab>;
declare const TrsFooterTab: SFCWithInstall<typeof footertab>;
export { FooterTab, TrsFooterTab };
