import { AccountLike } from "@ledgerhq/types-live";
export declare const usePickDefaultAccount: (accounts: (AccountLike & {
    disabled?: boolean;
})[], fromAccount: AccountLike | null | undefined, setFromAccount: (account: AccountLike) => void) => void;
//# sourceMappingURL=usePickDefaultAccount.d.ts.map