import React from 'react'; declare const EyeIcon: React.FC<{ color?: string; visible?: boolean; className?: string; }>; export default EyeIcon;