import type { WalletName } from '@web3-wallet/core';
import { Connector } from '@web3-wallet/core';
export declare class BraveWallet extends Connector {
    static walletName: WalletName<string>;
    static walletIcon: string;
    walletName: WalletName<string>;
}
//# sourceMappingURL=Connector.d.ts.map