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