import { IColor } from './interface'; export declare const DEF_BG = "#ffffffff"; export declare const DEF_BG_MAP: IColor; export declare const DEF_CRITICAL_VALUE = 127.5; export declare const CM: { [key: string]: string; }; export declare const REG_EXP_MAP: { [key: string]: RegExp; };