import { InjectedWalletOptions, WalletProps } from '..'; import { Connector } from 'wagmi'; export declare function binanceWeb3Wallet(props?: InjectedWalletOptions): WalletProps; export declare function hasInjectedBinanceWeb3Wallet(): boolean; export declare function isBinanceWeb3WalletConnector(connector?: Connector): boolean;