import type { SFCWithInstall } from '../types';
import imgcard from './index.vue';
declare const ImgCard: SFCWithInstall<typeof imgcard>;
declare const TrsImgCard: SFCWithInstall<typeof imgcard>;
export { ImgCard, TrsImgCard };
