import { type ArtifactEChartsOption } from './ai-artifacts'; declare var __VLS_26: any, __VLS_27: { data: any; title: any; }, __VLS_37: { data: any; title: any; }, __VLS_43: { data: any; }; type __VLS_Slots = {} & { [K in NonNullable]?: (props: typeof __VLS_27) => any; } & { chart?: (props: typeof __VLS_37) => any; } & { canvas?: (props: typeof __VLS_43) => any; }; declare const __VLS_component: import("vue").DefineComponent; }; width: { type: import("vue").PropType; default: string; }; fullscreen: { type: BooleanConstructor; default: boolean; }; mode: { type: import("vue").PropType<"preview" | "code" | "inline">; default: string; }; themeOverrides: { type: import("vue").PropType; default: undefined; }; echartsOption: { type: import("vue").PropType; default: undefined; }; autoLoadECharts: { type: BooleanConstructor; default: boolean; }; echartsTheme: { type: import("vue").PropType<"light" | "dark" | "default">; default: string; }; echartsDataZoom: { type: BooleanConstructor; default: boolean; }; echartsToolbox: { type: BooleanConstructor; default: boolean; }; chartHeight: { type: (StringConstructor | NumberConstructor)[]; default: number; }; responsiveWidth: { type: BooleanConstructor; default: boolean; }; chartLoadingText: { type: StringConstructor; default: undefined; }; sandboxYhUiUrl: { type: StringConstructor; default: undefined; }; sandboxYhUiCssUrl: { type: StringConstructor; default: undefined; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { themeOverrides: import("@yh-ui/theme").ComponentThemeVars; visible: boolean; width: string | number; fullscreen: boolean; mode: "code" | "inline" | "preview"; echartsOption: ArtifactEChartsOption; autoLoadECharts: boolean; echartsTheme: "default" | "dark" | "light"; echartsDataZoom: boolean; echartsToolbox: boolean; chartHeight: string | number; responsiveWidth: boolean; chartLoadingText: string; sandboxYhUiUrl: string; sandboxYhUiCssUrl: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };