import { NewChatProps, ChatMessage } from '../types'; import { ESTool } from '../MCPClients/type'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives } from 'vue'; type __VLS_Props = { config: NewChatProps; }; declare const _default: DefineComponent<__VLS_Props, { registerTools: (tools: ESTool[]) => Promise; setSystemPrompt: (systemPrompt: string) => void; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, { chatMessagesRef: CreateComponentPublicInstanceWithMixins string; exampleQuestions?: string[]; }> & Readonly<{ "onUse-example"?: ((question: string) => any) | undefined; onRegenerate?: ((groupIndex: number) => any) | undefined; }>, { scrollToBottom: () => void; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "use-example": (question: string) => any; regenerate: (groupIndex: number) => any; }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, { 'messages-container-ref': HTMLDivElement; }, HTMLDivElement, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ messages: ChatMessage[]; isUseable: boolean; formatMessage?: (content: string) => string; exampleQuestions?: string[]; }> & Readonly<{ "onUse-example"?: ((question: string) => any) | undefined; onRegenerate?: ((groupIndex: number) => any) | undefined; }>, { scrollToBottom: () => void; }, {}, {}, {}, {}> | null; }, HTMLDivElement>; export default _default;