export declare const xAxisSpacing = 104; export declare const fontLineHeight = 26; export declare const strokeStyle = "rgba(0,0,0,1)"; export declare const white = "#fff"; export declare const blackFillStyle = "#000"; export declare const canvasHeightSpareForDetails = 105; export declare let canvasWidthSpareForDetails: number; export declare const font = "26px Source Sans Pro, Helvetica Neue, Arial, sans-serif"; export declare const toolTipBgColor = "rgba(255, 255, 255, .9)"; export declare const barChart = "bar-chart"; export declare const columnChart = "column-chart"; export declare const lineChart = "line-chart"; export declare const stepLineChart = "step-line-chart"; export declare const smoothLineChart = "smooth-line-chart"; export declare const combinationChart = "combination-chart"; export declare const pieChart = "pie-chart"; export declare const doughnutChart = "doughnut-chart"; export declare const meterChart = "meter-chart"; export declare const sparkChart = "spark-chart"; export declare const stackedColumnChart = "stacked-column-chart"; export declare const stackedBarChart = "stacked-bar-chart"; export declare const overlapColumnChart = "overlap-column-chart"; export declare const overlapBarChart = "overlap-bar-chart"; declare const _default: { xAxisSpacing: number; fontLineHeight: number; strokeStyle: string; white: string; blackFillStyle: string; canvasHeightSpareForDetails: number; canvasWidthSpareForDetails: number; font: string; toolTipBgColor: string; barChart: string; columnChart: string; lineChart: string; stepLineChart: string; smoothLineChart: string; combinationChart: string; pieChart: string; doughnutChart: string; meterChart: string; sparkChart: string; stackedColumnChart: string; stackedBarChart: string; overlapColumnChart: string; overlapBarChart: string; }; export default _default;