/** * @deprecated use the [`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 useFrameWallet(): (connectOptions?: { chainId?: number; }) => Promise; //# sourceMappingURL=useFrame.d.ts.map