export declare const FONT_FAMILY = "system-ui, sans-serif"; export declare const CHART_COLORS: string[]; export declare const SINGLE_CHART_COLORS: string[]; export declare const OTHER_CHART_COLOR = "rgb(235, 235, 235)";