declare var __VLS_9: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_9) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: "thinking"; }; readonly title: StringConstructor; readonly content: StringConstructor; readonly modelValue: BooleanConstructor; readonly autoCollapse: { 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 themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly style: Record; readonly status: import("./ai-thinking").AiThinkingStatus; readonly modelValue: boolean; readonly autoCollapse: 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; }; };