export default _sfc_main; declare namespace _sfc_main { namespace props { namespace data { export const type: ArrayConstructor; function _default(): never[]; export { _default as default }; } namespace event { const type_1: ObjectConstructor; export { type_1 as type }; const _default_1: null; export { _default_1 as default }; } namespace secondLineColor { const type_2: StringConstructor; export { type_2 as type }; const _default_2: string; export { _default_2 as default }; } } function setup(__props: any, { expose }: { expose: any; }): { props: any; scale: import("vue").ComputedRef; option: import("vue").ComputedRef<{ color: any[]; legend: { right: number; itemWidth: number; itemHeight: number; padding: number[]; textStyle: { color: string; fontSize: number; }; icon: string; }; tooltip: { trigger: string; confine: boolean; axisPointer: { type: string; lineStyle: { type: string; width: number; color: { type: string; x: number; y: number; x2: number; y2: number; colorStops: { offset: number; color: string; }[]; }; }; }; }; grid: { left: number; right: number; top: number; bottom: number; containLabel: boolean; }; xAxis: { type: string; boundaryGap: boolean; splitLine: { show: boolean; }; axisLabel: { show: boolean; color: string; showMinLabel: boolean; showMaxLabel: boolean; margin: number; fontSize: number; }; axisTick: { show: boolean; lineStyle: { color: string; }; }; axisLine: { show: boolean; lineStyle: { color: string; }; }; }; yAxis: { type: string; axisLabel: { show: boolean; color: string; margin: number; fontSize: number; }; splitLine: { show: boolean; lineStyle: { color: string; type: string; }; }; }; series: { type: string; showSymbol: boolean; symbolSize: number; smooth: boolean; lineStyle: { width: number; }; }[]; dataset: { source: any; }; }>; computed: typeof computed; Chart: { props: { option: { type: ObjectConstructor; default: null; }; event: { type: ObjectConstructor; default: null; }; }; setup(__props: any, { expose }: { expose: any; }): { props: any; chartRef: import("vue").Ref; chartInstance: null; resize: () => void; echartInit: () => void; ref: typeof import("vue").ref; watch: typeof import("vue").watch; onMounted: (hook: () => any, target?: import("vue").ComponentInternalInstance | null | undefined) => false | Function | undefined; onBeforeUnmount: (hook: () => any, target?: import("vue").ComponentInternalInstance | null | undefined) => false | Function | undefined; echarts: typeof import("echarts/types/dist/echarts"); }; }; Empty: any; }; function setup(__props: any, { expose }: { expose: any; }): { props: any; scale: import("vue").ComputedRef; option: import("vue").ComputedRef<{ color: any[]; legend: { right: number; itemWidth: number; itemHeight: number; padding: number[]; textStyle: { color: string; fontSize: number; }; icon: string; }; tooltip: { trigger: string; confine: boolean; axisPointer: { type: string; lineStyle: { type: string; width: number; color: { type: string; x: number; y: number; x2: number; y2: number; colorStops: { offset: number; color: string; }[]; }; }; }; }; grid: { left: number; right: number; top: number; bottom: number; containLabel: boolean; }; xAxis: { type: string; boundaryGap: boolean; splitLine: { show: boolean; }; axisLabel: { show: boolean; color: string; showMinLabel: boolean; showMaxLabel: boolean; margin: number; fontSize: number; }; axisTick: { show: boolean; lineStyle: { color: string; }; }; axisLine: { show: boolean; lineStyle: { color: string; }; }; }; yAxis: { type: string; axisLabel: { show: boolean; color: string; margin: number; fontSize: number; }; splitLine: { show: boolean; lineStyle: { color: string; type: string; }; }; }; series: { type: string; showSymbol: boolean; symbolSize: number; smooth: boolean; lineStyle: { width: number; }; }[]; dataset: { source: any; }; }>; computed: typeof computed; Chart: { props: { option: { type: ObjectConstructor; default: null; }; event: { type: ObjectConstructor; default: null; }; }; setup(__props: any, { expose }: { expose: any; }): { props: any; chartRef: import("vue").Ref; chartInstance: null; resize: () => void; echartInit: () => void; ref: typeof import("vue").ref; watch: typeof import("vue").watch; onMounted: (hook: () => any, target?: import("vue").ComponentInternalInstance | null | undefined) => false | Function | undefined; onBeforeUnmount: (hook: () => any, target?: import("vue").ComponentInternalInstance | null | undefined) => false | Function | undefined; echarts: typeof import("echarts/types/dist/echarts"); }; }; Empty: any; }; } import { computed } from ".pnpm/@vue+runtime-core@3.2.25/node_modules/@vue/runtime-core";