import type { TdChatMessageProps } from 'tdesign-web-components'; import { PropType } from 'vue'; declare const _default: { animation: { type: PropType; default: TdChatMessageProps["animation"]; validator(val: TdChatMessageProps["animation"]): boolean; }; avatar: { type: PropType; }; datetime: { type: PropType; }; role: { type: PropType; }; status: { type: PropType; }; content: { type: PropType; }; name: { type: PropType; }; variant: { type: PropType; default: TdChatMessageProps["variant"]; validator(val: TdChatMessageProps["variant"]): boolean; }; message: { type: PropType; }; placement: { type: PropType; default: TdChatMessageProps["placement"]; }; chatContentProps: { type: PropType; }; allowContentSegmentCustom: { type: BooleanConstructor; default: boolean; }; }; export default _default;