import type { SVGProps } from "react"; import * as React from "react"; declare const SvgEye: (props: SVGProps) => React.JSX.Element; export default SvgEye; //# sourceMappingURL=Eye.d.ts.map