import { ChatHistoryItem } from '../types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Props = { chatHistoryList: ChatHistoryItem[]; currentChatId: string; }; declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "load-chat": (chatId: string) => any; "delete-chat": (chatId: string) => any; }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{ "onLoad-chat"?: ((chatId: string) => any) | undefined; "onDelete-chat"?: ((chatId: string) => any) | undefined; }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;