/// import { IconProps } from './@IconTypes'; declare function EmailIcon({ className, style, fill }: IconProps): JSX.Element; export default EmailIcon;