import { h } from 'preact'; import { IconProps } from './types'; export declare const EyeOffIcon: ({ size, className, style }: IconProps) => h.JSX.Element; //# sourceMappingURL=eye-off.d.ts.map