import type { Connector } from 'wagmi'; import type { CreateConnectorFnExtended } from '../connectors/types.js'; import type { WalletListItemButtonProps } from './types.js'; interface EVMListItemButtonProps extends WalletListItemButtonProps { connector: CreateConnectorFnExtended | Connector; } export declare const EVMListItemButton: ({ ecosystemSelection, connector, tagType, onNotInstalled, onConnected, onConnecting, onError, }: EVMListItemButtonProps) => import("react/jsx-runtime").JSX.Element; export {};