import Chart from "./src/index.vue"; declare const TChart: ({ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins {}; }; 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<{}>, { 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, {}, import("vue").PublicProps, { options: Record; id: string; theme: string; isEmpty: boolean | Function; description: string; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, 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<{}>, { 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; }, {}, {}, {}, { options: Record; id: string; theme: string; isEmpty: boolean | Function; description: string; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase {}; }; 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<{}>, { 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, { options: Record; id: string; theme: string; isEmpty: boolean | Function; description: string; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin) & Record; export default TChart; export type TChartInstance = InstanceType; export * from './src/type';