import { CryptoOrTokenCurrency } from "@ledgerhq/types-cryptoassets";
import BigNumber from "bignumber.js";
import { GroupedAccount } from "./groupAccountsByAsset";
export declare const calculateProviderTotals: (currencies: CryptoOrTokenCurrency[], groupedAccountsByAsset: Record<string, GroupedAccount>) => {
    totalBalance: BigNumber;
    totalFiatValue: BigNumber;
    hasAccounts: boolean;
    referenceCurrency: CryptoOrTokenCurrency | null;
};
//# sourceMappingURL=calculateProviderTotal.d.ts.map