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