import type { WalletWithRequiredFeatures } from '@iota/wallet-standard'; type WalletListProps = { selectedWalletName?: string; onPlaceholderClick: () => void; onSelect: (wallet: WalletWithRequiredFeatures) => void; }; export declare function WalletList({ selectedWalletName, onPlaceholderClick, onSelect }: WalletListProps): import("react/jsx-runtime.js").JSX.Element; export {}; //# sourceMappingURL=WalletList.d.ts.map