import { EChartsCoreOption } from 'echarts/core'; import { chartConfigType, chartSetting } from '@dq-next/types/chart'; declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{ config: chartConfigType; setting?: Partial | undefined; }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { updateConfig: (config: chartConfigType) => void; rendered: (options: EChartsCoreOption) => void; showTable: () => void; }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly | undefined; }>>> & { onUpdateConfig?: ((config: chartConfigType) => any) | undefined; onShowTable?: (() => any) | undefined; onRendered?: ((options: EChartsCoreOption) => 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; }; };