import type { SFCWithInstall } from '../types';
import tabbargrid from './index.vue';
declare const TabBarGrid: SFCWithInstall<typeof tabbargrid>;
declare const TrsTabBarGrid: SFCWithInstall<typeof tabbargrid>;
export { TabBarGrid, TrsTabBarGrid };
