import type { Currency } from "@ledgerhq/types-cryptoassets"; /** * Sorts the given currencies by marketcap. */ export declare const useCurrenciesByMarketcap: (currencies: C[]) => C[]; //# sourceMappingURL=hooks.d.ts.map