import Icon from '@ant-design/icons'; import type { CustomIconComponentProps } from '@ant-design/icons/lib/components/Icon'; const OpenSvg = () => ( ); const OpenEye = (props: Partial) => ( ); const CloseSvg = () => ( ); const CloseEye = (props: Partial) => ( ); export default { OpenEye, CloseEye };