import { EChartsCoreOption } from 'echarts/core'; import { chartConfigType } from '@dq-next/types/chart'; declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{ id: number; config?: chartConfigType | undefined; }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { renderSuccess: (options: EChartsCoreOption) => void; }, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly>> & { onRenderSuccess?: ((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; }; };