import type { TransactionSendingSigner } from "gill";
/**
 * Get the connected wallet, throwing an error if no wallet is connected.
 * @throws Error if no wallet is connected.
 * @returns The connected wallet.
 */
export declare const useConnectedWallet: () => TransactionSendingSigner;
//# sourceMappingURL=use-connected-wallet.d.ts.map