export declare const lightTheme: { backgroundColor: string; textColor: string; axisLineColor: string; axisTickColor: string; gridLineColor: string; colorPalette: ("#1F77B4" | "#FF7F0E" | "#2CA02C" | "#D62728" | "#9467BD" | "#8C564B" | "#E377C2" | "#17BECF")[]; fontFamily: string; fontSize: number; }; //# sourceMappingURL=lightTheme.d.ts.map