import type { SFCWithInstall } from '../types';
import noticelistcard from './index.vue';
declare const NoticeListCard: SFCWithInstall<typeof noticelistcard>;
declare const TrsNoticeListCard: SFCWithInstall<typeof noticelistcard>;
export { NoticeListCard, TrsNoticeListCard };