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