import type { AiThoughtStatus, AiThoughtItem } from './ai-thought-chain'; declare var __VLS_49: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_49) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: "none"; }; readonly items: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly autoCollapse: { readonly type: BooleanConstructor; readonly default: true; }; readonly dotSize: { readonly type: import("vue").PropType<"small" | "default" | "large">; readonly default: "default"; }; readonly lineGradient: { readonly type: BooleanConstructor; readonly default: false; }; readonly showProgress: { readonly type: BooleanConstructor; readonly default: false; }; readonly draggable: { readonly type: BooleanConstructor; readonly default: false; }; readonly editable: { readonly type: BooleanConstructor; readonly default: false; }; readonly markdown: { readonly type: BooleanConstructor; readonly default: true; }; readonly className: { readonly type: StringConstructor; readonly default: ""; }; readonly classNames: { readonly type: import("vue").PropType>; readonly default: () => {}; }; readonly styles: { readonly type: import("vue").PropType>; readonly default: () => {}; }; readonly style: { readonly type: import("vue").PropType>; readonly default: () => {}; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { readonly items: AiThoughtItem[]; readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly style: Record; readonly status: AiThoughtStatus; readonly markdown: boolean; readonly showProgress: boolean; readonly thinking: boolean; readonly autoCollapse: boolean; readonly dotSize: "small" | "default" | "large"; readonly lineGradient: boolean; readonly draggable: boolean; readonly editable: boolean; readonly className: string; readonly classNames: Record; readonly styles: Record; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };