declare const _default: import("vue").DefineComponent<{ reasoningLoading: { type: BooleanConstructor; default: boolean; }; actions: { type: import("vue").PropType; }; animation: { type: import("vue").PropType; default: import("..").TdChatItemProps["animation"]; validator(val: import("..").TdChatItemProps["animation"]): boolean; }; avatar: { type: import("vue").PropType; }; content: { type: import("vue").PropType; }; datetime: { type: import("vue").PropType; }; name: { type: import("vue").PropType; }; reasoning: { type: import("vue").PropType; default: import("..").TdChatItemProps["reasoning"]; }; role: { type: import("vue").PropType; validator(val: import("..").TdChatItemProps["role"]): boolean; }; textLoading: BooleanConstructor; variant: { type: import("vue").PropType; default: import("..").TdChatItemProps["variant"]; validator(val: import("..").TdChatItemProps["variant"]): boolean; }; status: { type: import("vue").PropType; default: import("..").TdChatItemProps["status"]; }; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; }; animation: { type: import("vue").PropType; default: import("..").TdChatItemProps["animation"]; validator(val: import("..").TdChatItemProps["animation"]): boolean; }; avatar: { type: import("vue").PropType; }; content: { type: import("vue").PropType; }; datetime: { type: import("vue").PropType; }; name: { type: import("vue").PropType; }; reasoning: { type: import("vue").PropType; default: import("..").TdChatItemProps["reasoning"]; }; role: { type: import("vue").PropType; validator(val: import("..").TdChatItemProps["role"]): boolean; }; textLoading: BooleanConstructor; variant: { type: import("vue").PropType; default: import("..").TdChatItemProps["variant"]; validator(val: import("..").TdChatItemProps["variant"]): boolean; }; status: { type: import("vue").PropType; default: import("..").TdChatItemProps["status"]; }; }>> & { [x: `on${Capitalize}`]: (...args: any[]) => any; }, { status: "" | "error"; animation: "skeleton" | "gradient" | "moving"; variant: "text" | "base" | "outline"; reasoning: boolean | import("..").TdChatReasoning; textLoading: boolean; reasoningLoading: boolean; }, {}>; export default _default;