import { Base_color } from './__base'; import { Base_xAxis } from './__xAxis'; import { Base_tooltip_num, Base_tooltip_Pre, Base_tooltip_BoxPlot, Base_tooltip_Bubble, Base_tooltip_Chain, Base_tooltip_Chain_noper, Base_tooltip_Pre_Chain, Base_tooltip_Pre_Chain_chazhi } from './__tooltip'; import { Base_yAxis_num, Base_yAxis_pre } from './__yAxis'; import { Base_legend } from './__legend'; import { Base_plotOptions } from './__plotOptions'; import { getSeries_GradientColor, getSeries_AllGradientColor } from './__series'; import { getSeries_Dis, getChartClick_xAxis, getChartClick_Ind } from './__datafuc'; declare const highCBase: { credits: { enabled: boolean; }; exporting: { enabled: boolean; }; title: { text: null; }; colors: string[]; chart: { marginRight: number; backgroundColor: string; }; plotOptions: { spline: { marker: { radius: number; fillColor: string; lineColor: null; lineWidth: number; }; }; areaspline: { marker: { symbol: string; radius: number; fillColor: string; lineColor: null; lineWidth: number; }; lineWidth: number; states: {}; threshold: null; }; boxplot: { borderWidth: number; borderRadius: number; maxPointWidth: number; minPointWidth: number; fillColor: null; lineColor: null; lineWidth: number; medianColor: string; medianWidth: number; stemColor: null; stemDashStyle: string; stemWidth: number; whiskerColor: null; whiskerWidth: number; }; column: { borderWidth: number; borderRadius: number; maxPointWidth: number; minPointWidth: number; }; series: { marker: { enabled: boolean; symbol: string; }; states: { inactive: boolean; }; point: {}; }; }; xAxis: { lineWidth: number; lineColor: string; tickWidth: number; endOnTick: boolean; labels: { style: { color: string; fontSize: string; fontWeight: number; }; formatter: () => any; useHTML: boolean; }; tickPositioner: () => any; title: { style: { color: string; fontSize: string; fontWeight: number; }; align: string; y: number; x: number; }; }; yAxis: { allowDecimals: boolean; useHTML: boolean; labels: { useHTML: boolean; style: { color: string; fontSize: string; fontWeight: number; }; }; title: { text: null; style: { color: string; fontSize: string; fontWeight: number; }; align: string; rotation: number; offset: number; y: number; }; lineWidth: number; gridLineDashStyle: string; gridLineWidth: number; gridLineColor: string; }; legend: { align: string; verticalAlign: string; itemMarginBottom: number; squareSymbol: boolean; symbolHeight: number; symbolWidth: number; symbolRadius: number; itemStyle: { color: string; cursor: string; fontSize: string; fontWeight: string; }; }; tooltip: { zIndex: number; shared: boolean; crosshairs: boolean; backgroundColor: null; borderWidth: number; borderColor: string; borderRadius: number; shadow: boolean; useHTML: boolean; formatter: () => any; style: { color: string; fontSize: string; }; }; series: never[]; }; export { highCBase, Base_color, Base_tooltip_num, Base_tooltip_Pre, Base_tooltip_BoxPlot, Base_tooltip_Bubble, Base_tooltip_Chain, Base_tooltip_Chain_noper, Base_tooltip_Pre_Chain, Base_tooltip_Pre_Chain_chazhi, Base_yAxis_num, Base_yAxis_pre, Base_legend, Base_xAxis, Base_plotOptions, getSeries_GradientColor, getSeries_AllGradientColor, getSeries_Dis, getChartClick_xAxis, getChartClick_Ind };