import type { CryptoCurrency, TokenCurrency } from "@ledgerhq/types-cryptoassets";
export declare function inferCryptoCurrencyIcon<Icon>(iconsRegistry: Record<string, Icon>, currency: CryptoCurrency | TokenCurrency): Icon | null | undefined;
//# sourceMappingURL=cryptoIcons.d.ts.map