import React from "react"; interface Props extends React.SVGProps { } export declare const EyeClose: React.FC; export {};