import { ReactIconComponentType } from '../types';

declare const PeopleOutline: ReactIconComponentType;
export default PeopleOutline;
            