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

declare const MailOutline: ReactIconComponentType;
export default MailOutline;
            