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