import type { WalletAdapter } from '@solana/wallet-adapter-base';
import type { WalletListItemButtonProps } from './types.js';
interface SVMListItemButtonProps extends WalletListItemButtonProps {
    walletAdapter: WalletAdapter;
}
export declare const SVMListItemButton: ({ ecosystemSelection, walletAdapter, onConnected, onConnecting, onError, }: SVMListItemButtonProps) => import("react/jsx-runtime").JSX.Element;
export {};
