import type { ConversationEvent } from '../../types/schemas/chat/conversations.js'; import type { ChatFeatureConfig } from '../feature-config.js'; import type { ChatActor, ChatSidebarConfig, ChatSuggestion } from '../types.js'; type EmbedUser = ChatActor; type __VLS_Props = { conversationId?: string | null; conversationEvents?: readonly ConversationEvent[] | null; composerDisabled?: boolean; initialConversationId?: string | null; hideSidebar?: boolean; sidebar?: ChatSidebarConfig; hideSettings?: boolean; compact?: boolean; suggestions?: readonly ChatSuggestion[] | null; user?: EmbedUser | null; features?: Partial; }; declare var __VLS_11: {}, __VLS_96: any, __VLS_204: any; type __VLS_Slots = {} & { 'sidebar-bottom'?: (props: typeof __VLS_11) => any; } & { 'failed-message-actions'?: (props: typeof __VLS_96) => any; } & { 'failed-message-actions'?: (props: typeof __VLS_204) => any; }; declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "update:conversationId": (value: string | null) => any; "update:conversationTitle": (value: string | null) => any; "update:conversationCreatorFilter": (value: ConversationCreatorFilter) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:conversationId"?: ((value: string | null) => any) | undefined; "onUpdate:conversationTitle"?: ((value: string | null) => any) | undefined; "onUpdate:conversationCreatorFilter"?: ((value: ConversationCreatorFilter) => any) | undefined; }>, { compact: boolean; hideSettings: boolean; hideSidebar: boolean; initialConversationId: string | null; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };