import type { SFCWithInstall } from '../types';
import profilephoto from './index.vue';
declare const ProfilePhoto: SFCWithInstall<typeof profilephoto>;
declare const TrsProfilePhoto: SFCWithInstall<typeof profilephoto>;
export { ProfilePhoto, TrsProfilePhoto };