/// import "./index.css"; interface Props { isOpen?: boolean; color?: string; } declare const Arrow: React.FC; export default Arrow;