import { TdChatContentProps } from '../type'; import { PropType } from 'vue'; declare const _default: { content: { type: PropType; default: string; }; role: { type: PropType; validator(val: TdChatContentProps["role"]): boolean; }; status: { type: PropType; default: string; }; markdownProps: { type: PropType; default: () => { engine: string; options: {}; }; }; }; export default _default;