import type { AiConversation } from '@yh-ui/hooks'; declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: { label: any; }, __VLS_11: {}, __VLS_13: {}, __VLS_15: {}, __VLS_17: {}, __VLS_19: {}, __VLS_21: {}, __VLS_23: {}; type __VLS_Slots = {} & { 'add-icon'?: (props: typeof __VLS_1) => any; } & { 'add-text'?: (props: typeof __VLS_3) => any; } & { 'group-label'?: (props: typeof __VLS_5) => any; } & { 'edit-icon'?: (props: typeof __VLS_11) => any; } & { 'delete-icon'?: (props: typeof __VLS_13) => any; } & { 'edit-icon'?: (props: typeof __VLS_15) => any; } & { 'delete-icon'?: (props: typeof __VLS_17) => any; } & { 'edit-icon'?: (props: typeof __VLS_19) => any; } & { 'delete-icon'?: (props: typeof __VLS_21) => any; } & { empty?: (props: typeof __VLS_23) => any; }; declare const __VLS_component: import("vue").DefineComponent; default: () => never[]; }; activeId: { type: StringConstructor; default: string; }; loading: { type: BooleanConstructor; default: boolean; }; themeOverrides: { type: import("vue").PropType; default: undefined; }; grouped: { type: BooleanConstructor; default: boolean; }; virtualScroll: { type: BooleanConstructor; default: boolean; }; virtualScrollHeight: { type: NumberConstructor; default: number; }; virtualScrollItemHeight: { type: NumberConstructor; default: number; }; virtualScrollOverscan: { type: NumberConstructor; default: number; }; }>, { scrollToItem: (id: string) => void; scrollToIndex: (index: number) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { themeOverrides: import("@yh-ui/theme").AiConversationsThemeVars; data: AiConversation[]; loading: boolean; virtualScroll: boolean; activeId: string; grouped: boolean; virtualScrollHeight: number; virtualScrollItemHeight: number; virtualScrollOverscan: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };