export declare const COLOR_MAP: { blue: string; red: string; orange: string; green: string; }; export declare function getFormatValue(value: number | undefined | string, decimalPlaces: number, separator: string): string;