import { UiWallet } from '@wallet-standard/react'; import React from 'react'; import { WalletUiImg } from './types/wallet-ui-img'; export interface WalletUiIconProps extends WalletUiImg { wallet?: Pick; } export declare function WalletUiIcon({ className, wallet, ...props }: WalletUiIconProps): React.JSX.Element | null; //# sourceMappingURL=wallet-ui-icon.d.ts.map