import type { SFCWithInstall } from '../types';
import trsuiapp from './index.vue';
declare const TrsUiApp: SFCWithInstall<typeof trsuiapp>;
export { TrsUiApp };
