import { IconProps } from '../lib';
declare function Eye(props: IconProps): JSX.Element;
export default Eye;
