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