import { Wallet } from '../types/wallet';
export declare function useConnectedWallet(): Wallet | undefined;
