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