import type { WalletWithRequiredFeatures } from '@mysten/wallet-standard';
import type { WalletListItemButtonProps } from './types.js';
interface SuiListItemButtonProps extends WalletListItemButtonProps {
    wallet: WalletWithRequiredFeatures;
}
export declare const SuiListItemButton: ({ ecosystemSelection, wallet, tagType, onConnected, onConnecting, onError, }: SuiListItemButtonProps) => import("react/jsx-runtime").JSX.Element;
export {};
