import type { TdChatMarkdownProps } from '../chat-markdown/type'; import type { TransformEventHandlers, ExtractNonOnProps } from '@tdesign/uniapp/common/common'; export type ChatMarkdownProps = ExtractNonOnProps; export type ChatMarkdownEmits = TransformEventHandlers; declare const ChatMarkdownComponent: import('vue').DefineComponent; export default ChatMarkdownComponent;