import React from "react"; interface Props { width?: number; height?: number; } export declare const EmailIcon: React.FC; export {};