declare const _default: import("vue").DefineComponent<{
    echartsId: null;
    eWidth: null;
    eHeight: null;
    theme: null;
    options: null;
}, {
    attrs: import("vue").Ref<any>;
}, {
    echart: {};
    chartDocument: {};
}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
    echartsId?: unknown;
    eWidth?: unknown;
    eHeight?: unknown;
    theme?: unknown;
    options?: unknown;
} & {} & {
    echartsId?: any;
    eWidth?: any;
    eHeight?: any;
    theme?: any;
    options?: any;
}>, {}>;
export default _default;
