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

declare const Person: ReactIconComponentType;
export default Person;
            