declare const useAllWalletBalance: () => { cryptosInBtc: number | undefined; fiatsInBaseCurrency: number; totalBTC: number; totalBaseCurrency: number; userAssets: import("./useAssets").Asset[] | undefined; isLoading: boolean; error: Error | null; refetch: () => void; }; export { useAllWalletBalance }; //# sourceMappingURL=useAllWalletBalance.d.ts.map