import type { ChatMessageRole, ChatMessageStatus } from "./ChatMessage.js"; export type ChatThreadProps = { label?: string; autoScroll?: boolean; messages?: Array<{ id: string; role?: ChatMessageRole; content: unknown; status?: ChatMessageStatus; }>; emptyLabel?: unknown; class?: string; }; export declare const ChatThread: import("vue").DefineComponent Array<{ id: string; role?: ChatMessageRole; content: unknown; status?: ChatMessageStatus; }>; default: undefined; }; emptyLabel: { type: () => unknown; default: undefined; }; class: { type: StringConstructor; default: undefined; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly Array<{ id: string; role?: ChatMessageRole; content: unknown; status?: ChatMessageStatus; }>; default: undefined; }; emptyLabel: { type: () => unknown; default: undefined; }; class: { type: StringConstructor; default: undefined; }; }>> & Readonly<{}>, { class: string; label: string; autoScroll: boolean; messages: { id: string; role?: ChatMessageRole; content: unknown; status?: ChatMessageStatus; }[]; emptyLabel: undefined; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=ChatThread.d.ts.map