import type { RainbowKitWalletConnectParameters, Wallet } from '../../Wallet';
export interface WalletConnectWalletOptions {
    projectId: string;
    options?: RainbowKitWalletConnectParameters;
}
export declare const walletConnectWallet: ({ projectId, options, }: WalletConnectWalletOptions) => Wallet;
