declare var __VLS_26: { content: string; status: import("./types").ThinkingStatus; }; type __VLS_Slots = {} & { default?: (props: typeof __VLS_26) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: import("./types").ThinkingStatus; }; disabled: { type: BooleanConstructor; default: boolean; }; autoCollapse: { type: BooleanConstructor; default: boolean; }; duration: { type: StringConstructor; default: string; }; buttonWidth: { type: StringConstructor; default: string; }; maxWidth: { type: StringConstructor; default: string; }; backgroundColor: { type: StringConstructor; default: string; }; color: { type: StringConstructor; default: string; }; title: { type: StringConstructor; default: string; }; skipText: { type: StringConstructor; default: string; }; showSkip: { type: BooleanConstructor; default: boolean; }; radius: { type: StringConstructor; default: string; }; borderColor: { type: StringConstructor; default: string; }; maxHeight: { type: StringConstructor; default: string; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (...args: any[]) => void; skip: (...args: any[]) => void; "update:modelValue": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly; default: import("./types").ThinkingStatus; }; disabled: { type: BooleanConstructor; default: boolean; }; autoCollapse: { type: BooleanConstructor; default: boolean; }; duration: { type: StringConstructor; default: string; }; buttonWidth: { type: StringConstructor; default: string; }; maxWidth: { type: StringConstructor; default: string; }; backgroundColor: { type: StringConstructor; default: string; }; color: { type: StringConstructor; default: string; }; title: { type: StringConstructor; default: string; }; skipText: { type: StringConstructor; default: string; }; showSkip: { type: BooleanConstructor; default: boolean; }; radius: { type: StringConstructor; default: string; }; borderColor: { type: StringConstructor; default: string; }; maxHeight: { type: StringConstructor; default: string; }; }>> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; onSkip?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { duration: string; title: string; maxHeight: string; color: string; content: string; disabled: boolean; maxWidth: string; status: import("./types").ThinkingStatus; modelValue: boolean; backgroundColor: string; autoCollapse: boolean; buttonWidth: string; skipText: string; showSkip: boolean; radius: string; borderColor: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };