import { TdChatItemProps } from '../type'; import { PropType } from 'vue'; declare const _default: { actions: { type: PropType; }; animation: { type: PropType; default: TdChatItemProps["animation"]; validator(val: TdChatItemProps["animation"]): boolean; }; avatar: { type: PropType; }; content: { type: PropType; }; datetime: { type: PropType; }; name: { type: PropType; }; reasoning: { type: PropType; default: TdChatItemProps["reasoning"]; }; role: { type: PropType; validator(val: TdChatItemProps["role"]): boolean; }; textLoading: BooleanConstructor; variant: { type: PropType; default: TdChatItemProps["variant"]; validator(val: TdChatItemProps["variant"]): boolean; }; status: { type: PropType; default: TdChatItemProps["status"]; }; }; export default _default;