import type { ModuleState, Wallet } from "@near-wallet-selector/core"; import type { HardwareWalletAccountState } from "../render-modal"; export declare function renderLedgerAccountsOverviewList(module: ModuleState, accounts: Array, selectedAccounts: Array): Promise;