import type { SFCWithInstall } from '../types';
import notice from './index.vue';
declare const Notice: SFCWithInstall<typeof notice>;
declare const TrsNotice: SFCWithInstall<typeof notice>;
export { Notice, TrsNotice };
