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