export declare const KITEA_GRAY = "0xFF757575"; export declare const KITEA_BLUE = "0xFF004C6B"; export declare const FONT_FAMILY = "Calibri"; export declare const SYMPTOM_TO_RGB: Map; export declare function getSymptomRGB(symptom: string): string;