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