import type { TransactionSendingSigner } from '@solana/kit'; import type { UiWalletAccount } from '@wallet-standard/react'; export declare function useWalletUiSigner({ account, }: { account: UiWalletAccount; }): TransactionSendingSigner; //# sourceMappingURL=use-wallet-ui-signer.d.ts.map