import type { FearAndGreedLevel } from "../state-manager/types"; export declare const FEAR_AND_GREED_TRANSLATION_KEYS: Record; export declare const FEAR_AND_GREED_COLORS: Record; export declare function getFearAndGreedLevel(value: number): FearAndGreedLevel; export declare function getFearAndGreedTranslationKey(value: number): string; export declare function getFearAndGreedColorKey(value: number): string; //# sourceMappingURL=fearAndGreed.d.ts.map