/// export default function ConnectOptions({ onClose, onConnect, }: { onClose: () => void; onConnect?: () => void; }): JSX.Element;