declare function __VLS_template(): { slots: { empty?(_: { class: string; }): any; default?(_: {}): any; }; refs: { chartRef: HTMLDivElement; }; attrs: Partial<{}>; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent string; }; theme: { type: StringConstructor; default: string; }; mapName: { type: StringConstructor; default: string; }; mapJson: { type: ObjectConstructor; default: {}; }; isEmpty: { type: (BooleanConstructor | FunctionConstructor)[]; default: boolean; }; description: { type: StringConstructor; default: string; }; }>, { myChart: import('vue').ShallowRef; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, { theme: string; id: string; options: Record; mapName: string; mapJson: Record; isEmpty: boolean | Function; description: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };