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