import type { TdChatThinkingProps } from '../chat-thinking/type'; import type { TransformEventHandlers, ExtractNonOnProps } from '@tdesign/uniapp/common/common'; export type ChatThinkingProps = ExtractNonOnProps; export type ChatThinkingEmits = TransformEventHandlers; declare const ChatThinkingComponent: import('vue').DefineComponent; export default ChatThinkingComponent;