import type { TdChatThinkContentProps } from 'tdesign-web-components/lib/chat-message/content/thinking-content'; import { PropType } from 'vue'; import type { TNode } from 'tdesign-vue-next'; declare const _default: { layout: { type: PropType; default: TdChatThinkContentProps["layout"]; validator(val: TdChatThinkContentProps["layout"]): boolean; }; status: { type: PropType; default: TdChatThinkContentProps["status"]; validator(val: TdChatThinkContentProps["status"]): boolean; }; maxHeight: { type: PropType; }; animation: { type: PropType; default: TdChatThinkContentProps["animation"]; validator(val: TdChatThinkContentProps["animation"]): boolean; }; content: { type: PropType; }; collapsed: { type: PropType; default: TdChatThinkContentProps["collapsed"]; }; }; export default _default;