export default _sfc_main; declare namespace _sfc_main { namespace props { namespace option { export const type: ObjectConstructor; function _default(): {}; export { _default as default }; } } function setup(__props: any, { expose }: { expose: any; }): { props: any; chartsContainerRef: import("vue").Ref; chartRef: import("vue").Ref; chart: {}; afterAutoResizeMixinInit: () => void; initChart: () => void; onResize: () => void; Charts: any; autoResize: (dom: import("vue").Ref, onResize?: (() => void) | undefined, afterAutoResizeMixinInit?: (() => void) | undefined) => { width: import("vue").Ref; height: import("vue").Ref; initWH: (resize?: boolean) => Promise; }; }; function setup(__props: any, { expose }: { expose: any; }): { props: any; chartsContainerRef: import("vue").Ref; chartRef: import("vue").Ref; chart: {}; afterAutoResizeMixinInit: () => void; initChart: () => void; onResize: () => void; Charts: any; autoResize: (dom: import("vue").Ref, onResize?: (() => void) | undefined, afterAutoResizeMixinInit?: (() => void) | undefined) => { width: import("vue").Ref; height: import("vue").Ref; initWH: (resize?: boolean) => Promise; }; }; }