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