/// import type { IconType } from "./Icon/types"; declare function Email(props: IconType): JSX.Element; export default Email;