import { InjectedWalletOptions, WalletProps } from '../types'; export declare function tokenPocket(props?: InjectedWalletOptions): WalletProps; export declare function hasInjectedTokenPocket(): any;