import { FC, SVGProps } from "react"; export interface IconProps extends SVGProps { size: number; } export declare const EyeOffIcon: FC; //# sourceMappingURL=eyeOff.d.ts.map