import { InjectedWalletOptions, WalletProps } from '..'; export declare const MATH_WALLET_ID = "mathWallet"; export declare const MATH_WALLET_NAME = "Math Wallet"; export declare function mathWallet(props?: InjectedWalletOptions): WalletProps; export declare function hasInjectedMathWallet(): boolean;