/** * @walletConnection * @deprecated use [`ConnectWallet`](https://portal.thirdweb.com/react/v4/components/ConnectWallet) component or [`useConnect`](https://portal.thirdweb.com/references/react/v4/useConnect) hook instead * @internal */ export declare function useCoinbaseWallet(): (connectOptions?: { chainId?: number; }) => Promise; //# sourceMappingURL=useCoinbaseWallet.d.ts.map