export declare const BarChartDefaults: { height: number; width: number; gap: number; placement: "bottom"; fillColors: string; labelColors: string; }; export declare const BarChartStackedDefaults: { height: number; width: number; gap: number; placement: "bottom"; fillColors: string[]; labelColors: string; }; export declare const DonutChartDefaults: { size: number; padding: number; centerLabelFontSize: number; centerLabelFontWeight: string; centerLabelFontFamily: string; centerLabelColor: string; fillColors: string; labelColors: string; }; export declare const LineChartDefaults: { min: number; height: number; width: number; lineType: "straight"; colors: string; labelColors: string; fullWidthLine: false; cap: "round"; }; export declare const PieChartDefaults: { size: number; padding: number; centerLabelFontSize: number; centerLabelFontWeight: string; centerLabelFontFamily: string; centerLabelColor: string; fillColors: string; labelColors: string; }; //# sourceMappingURL=defaults.d.ts.map