import { EChartsOption } from 'echarts'; import { chartConfigType, chartSetting } from '@dq-next/types/chart'; declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{ config: chartConfigType; paintMode?: boolean | undefined; setting?: Partial | undefined; }>, { getInstance: () => import('echarts/types/dist/echarts').ECharts | null; }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { updateConfig: (config: chartConfigType) => void; renderSuccess: (options: EChartsOption) => void; }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly | undefined; }>>> & { onUpdateConfig?: ((config: chartConfigType) => any) | undefined; onRenderSuccess?: ((options: EChartsOption) => any) | undefined; }, {}>; export default _default; declare type __VLS_NonUndefinedable = T extends undefined ? never : T; declare type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; };