export declare const PREFIX = "Fx"; declare const Constants: { RISK_LEVEL_COLOR: { LEVEL1_COLOR: string; LEVEL1_BG_COLOR: string; LEVEL2_COLOR: string; LEVEL2_BG_COLOR: string; LEVEL3_COLOR: string; LEVEL3_BG_COLOR: string; LEVEL4_COLOR: string; LEVEL4_BG_COLOR: string; }; }; export { Constants };