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