import { CryptoCurrencyId } from "@ledgerhq/types-cryptoassets";
import { Feature } from "@ledgerhq/types-live";
export declare function useCurrenciesUnderFeatureFlag(): {
    featureFlaggedCurrencies: Partial<Record<CryptoCurrencyId, Feature<unknown> | null>>;
    deactivatedCurrencyIds: Set<string>;
};
//# sourceMappingURL=useCurrenciesUnderFeatureFlag.d.ts.map