import type { ThinkingProps, ThinkingStatus } from './types'; declare var __VLS_1: { status: ThinkingStatus; }, __VLS_58: { status: ThinkingStatus; }, __VLS_66: {}, __VLS_85: { content: string; }, __VLS_87: { errorContent: string; }; type __VLS_Slots = {} & { 'status-icon'?: (props: typeof __VLS_1) => any; } & { label?: (props: typeof __VLS_58) => any; } & { arrow?: (props: typeof __VLS_66) => any; } & { content?: (props: typeof __VLS_85) => any; } & { error?: (props: typeof __VLS_87) => any; }; declare const __VLS_base: import("vue").DefineComponent any; "update:modelValue": (value: boolean) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((value: { value: boolean; status: ThinkingStatus; }) => any) | undefined; "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; }>, { maxWidth: string; content: string; modelValue: boolean; status: ThinkingStatus; disabled: boolean; autoCollapse: boolean; duration: string; buttonWidth: string; backgroundColor: string; color: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };