import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const Profile3Icon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default Profile3Icon;
