import { Icon } from '../iconTypes';
declare const IconMail: ({ className, color, height, title, width }: Icon) => JSX.Element;
export default IconMail;
