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

declare const PersonOutline: ReactIconComponentType;
export default PersonOutline;
            