import React from "react"; interface Props extends React.SVGProps { isCurrentColor?: boolean; } export declare const EyeOpen: React.FC; export {};