declare const _sfc_main: import("vue").DefineComponent {}; }; id: { type: StringConstructor; required: false; default: () => string; }; theme: { type: StringConstructor; required: false; default: string; }; isEmpty: { type: (BooleanConstructor | FunctionConstructor)[]; required: false; default: boolean; }; description: { type: StringConstructor; required: false; default: string; }; }>, { proxy: any; props: any; echartRef: import("vue").Ref; chart: import("vue").Ref; emits: (event: string, ...args: any[]) => void; events: [string, unknown][]; renderChart: () => void; resizeChart: { (this: unknown, ...args: any[]): Promise; cancel(): void; }; setOption: { (this: unknown, ...args: any[]): Promise; cancel(): void; }; formatEmpty: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly {}; }; id: { type: StringConstructor; required: false; default: () => string; }; theme: { type: StringConstructor; required: false; default: string; }; isEmpty: { type: (BooleanConstructor | FunctionConstructor)[]; required: false; default: boolean; }; description: { type: StringConstructor; required: false; default: string; }; }>> & Readonly<{}>, { options: Record; id: string; theme: string; isEmpty: boolean | Function; description: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _sfc_main;