import { type Connector } from '@bigmi/client'; import type { WalletListItemButtonProps } from './types.js'; interface UTXOListItemButtonProps extends WalletListItemButtonProps { connector: Connector; } export declare const UTXOListItemButton: ({ ecosystemSelection, connector, tagType, onNotInstalled, onConnected, onConnecting, onError, }: UTXOListItemButtonProps) => import("react/jsx-runtime").JSX.Element; export {};