export declare class ChartColors { primaryColor: string; drillDownPrimaryColor: string; drillDownPrimaryColorTransparent: string; accentColor: string; errorColor: string; successColor: string; lightBorderColor: string; backgroundColor: string; warnColor: string; weakTextColor: string; neonColor: string; lineChartCurrentColor: string; lineChartPredictionColor: string; otherColor: string; pieChartColors: string[]; fillerColors: string[]; grayShadesColors: string[]; doughnutColors: string[]; constructor(primaryColor: string, drillDownPrimaryColor: string, drillDownPrimaryColorTransparent: string, accentColor: string, errorColor: string, successColor: string, lightBorderColor: string, backgroundColor: string, warnColor: string, weakTextColor: string, neonColor: string, lineChartCurrentColor: string, lineChartPredictionColor: string, pieChartColors: string[], fillerColors: string[], grayShadesColors: string[], doughnutColors: string[]); } export declare const chartColors: ChartColors;