import { WalletListViewProps } from '@cosmos-kit/core';
export declare function WalletListView({ onClose, wallets, initialFocus, }: WalletListViewProps): {
head: import("react/jsx-runtime").JSX.Element;
content: import("react/jsx-runtime").JSX.Element;
};