import React from "react";
import type { CryptoCurrency, TokenCurrency } from "@ledgerhq/types-cryptoassets";
type Icon = React.ComponentType<{
    size: number;
    color?: string;
}>;
/**
 * @deprecated prefer using @ledgerhq/crypto-icons-ui directly + mapping provided by @ledgerhq/live-common/currencies/cryptoIcons
 */
export declare function getCryptoCurrencyIcon(currency: CryptoCurrency): Icon | null | undefined;
/**
 * @deprecated prefer using @ledgerhq/crypto-icons-ui directly + mapping provided by @ledgerhq/live-common/currencies/cryptoIcons
 */
export declare function getTokenCurrencyIcon(token: TokenCurrency): Icon | null | undefined;
export {};
//# sourceMappingURL=react.d.ts.map