import type { SFCWithInstall } from '../types';
import selectcard from './index.vue';
declare const SelectCard: SFCWithInstall<typeof selectcard>;
declare const TrsSelectCard: SFCWithInstall<typeof selectcard>;
export { SelectCard, TrsSelectCard };
