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