export default function ConnectWalletDialog({ open, onClose, }: { open: boolean; onClose: () => void; }): import("react").JSX.Element;