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