declare const _default: import("vue").DefineComponent<{ chartOptions: { type: ObjectConstructor; default: () => { config: { xAxis: { labelFormat: () => void; }; yAxis: { labelFormat: () => void; }; }; data: { markPoint: any[]; source: any[]; }; }; }; }, {}, { chart: any; }, { defaultChartOption(): { grid: { height: any; top: any; left: any; right: any; bottom: number; containLabel: boolean; }; tooltip: { trigger: string; triggerOn: string; showContent: boolean; axisPointer: { type: string; z: number; }; }; xAxis: { type: string; boundaryGap: boolean; axisPointer: { label: { show: boolean; }; lineStyle: { type: string; width: number; color: string; }; show: boolean; }; axisLabel: { showMaxLabel: boolean; formatter: any; interval: any; color: string; fontSize: any; lineHeight: any; }; axisLine: { lineStyle: { color: string; }; }; }; yAxis: { axisPointer: { label: { show: boolean; }; lineStyle: { type: string; width: number; color: string; }; show: boolean; }; axisLine: { lineStyle: { color: string; }; }; axisLabel: { formatter: any; color: string; fontSize: any; lineHeight: any; }; splitLine: { lineStyle: { color: string; }; }; }; series: { type: string; showSymbol: boolean; symbolSize: any[]; smooth: boolean; lineStyle: { width: number; }; }; }; }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly { config: { xAxis: { labelFormat: () => void; }; yAxis: { labelFormat: () => void; }; }; data: { markPoint: any[]; source: any[]; }; }; }; }>>, { chartOptions: Record; }>; export default _default;