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