import type { SFCWithInstall } from '../types';
import icon from './index.vue';
declare const Icon: SFCWithInstall<typeof icon>;
declare const TrsIcon: SFCWithInstall<typeof icon>;
export { Icon, TrsIcon };
