import { default as React } from 'react';

interface EyeIconProps {
    className?: string;
}
export declare const EyeIcon: React.FC<EyeIconProps>;
export {};
