import React, { SVGProps } from 'react'; declare const HiddenEyeIcon: React.MemoExoticComponent<(props: SVGProps) => JSX.Element>; export { HiddenEyeIcon };