import { WalletViewProps } from '@cosmos-kit/core';
import { ModalViewImpl } from './config';
export declare function ErrorView({ onClose, onReturn, wallet, }: WalletViewProps): ModalViewImpl;
