import { UiWallet } from '@wallet-standard/react'; import React from 'react'; export interface WalletUiLabelProps extends React.DetailedHTMLProps, HTMLSpanElement> { wallet?: Pick; } export declare function WalletUiLabel({ className, wallet, ...props }: WalletUiLabelProps): React.JSX.Element | null; //# sourceMappingURL=wallet-ui-label.d.ts.map