import type { Wallet } from '../../Wallet';
import type { DefaultWalletOptions } from '../../Wallet';
export type XPortalWalletOptions = DefaultWalletOptions;
export declare const xPortalWallet: ({ projectId, walletConnectParameters, }: XPortalWalletOptions) => Wallet;