declare var __VLS_1: {}, __VLS_23: { message: any; index: any; }, __VLS_28: { message: any; index: any; }, __VLS_33: {}, __VLS_38: {}; type __VLS_Slots = {} & { header?: (props: typeof __VLS_1) => any; } & { message?: (props: typeof __VLS_23) => any; } & { message?: (props: typeof __VLS_28) => any; } & { loading?: (props: typeof __VLS_33) => any; } & { sender?: (props: typeof __VLS_38) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: () => never[]; }; readonly loading: { readonly type: BooleanConstructor; readonly default: false; }; readonly suggestions: { readonly type: import("vue").PropType; readonly default: () => never[]; }; readonly virtualScroll: { readonly type: BooleanConstructor; readonly default: false; }; readonly virtualHeight: { readonly type: NumberConstructor; readonly default: 400; }; readonly estimatedItemHeight: { readonly type: NumberConstructor; readonly default: 80; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly loading: boolean; readonly messages: import("./ai-chat").AiChatMessage[]; readonly suggestions: string[]; readonly virtualScroll: boolean; readonly virtualHeight: number; readonly estimatedItemHeight: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };