import React from "react"; export interface EyeSVGProps extends React.SVGProps { isOpen?: boolean; } export declare const EyeIcon: ({ isOpen, ...props }: EyeSVGProps) => JSX.Element;