import type { SVGProps } from "react"; export interface EmailIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function EmailIcon({ className, size, color, ...props }: EmailIconProps): import("react").JSX.Element; //# sourceMappingURL=email-icon.d.ts.map