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