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