export default _sfc_main; declare namespace _sfc_main { namespace props { namespace option { export const type: ObjectConstructor; const _default: null; export { _default as default }; } namespace event { const type_1: ObjectConstructor; export { type_1 as type }; const _default_1: null; export { _default_1 as default }; } } function setup(__props: any, { expose }: { expose: any; }): { props: any; chartRef: import("vue").Ref; chartInstance: null; resize: () => void; echartInit: () => void; ref: typeof ref; watch: typeof 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 echarts; }; function setup(__props: any, { expose }: { expose: any; }): { props: any; chartRef: import("vue").Ref; chartInstance: null; resize: () => void; echartInit: () => void; ref: typeof ref; watch: typeof 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 echarts; }; } import { ref } from ".pnpm/@vue+runtime-core@3.2.25/node_modules/@vue/runtime-core"; import { watch } from ".pnpm/@vue+runtime-core@3.2.25/node_modules/@vue/runtime-core"; import * as echarts from "echarts";