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