type __VLS_Props = { highlightText?: string; doNotShowFolderDetails?: boolean; isContextMenuOpen?: boolean; isDraggedOver?: boolean; isSelected?: boolean; isReadonly?: boolean; item: { [key: string]: any; id: number | string; }; selectedItemIds: string[]; popularityDict: Record; recommendedSectionIds: string[]; isEditingCurrentItem: (id: string | number, prop: 'name' | 'tags') => boolean; }; declare function __VLS_template(): { attrs: Partial<{}>; slots: { actions?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { edit: (id: string | number, prop: "name" | "tags") => any; updateName: (id: string, value: string) => any; updateTags: (id: string, value: string[]) => any; toggleItemSelection: (item: any, options: { disableMultiple: boolean; }) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onEdit?: ((id: string | number, prop: "name" | "tags") => any) | undefined; onUpdateName?: ((id: string, value: string) => any) | undefined; onUpdateTags?: ((id: string, value: string[]) => any) | undefined; onToggleItemSelection?: ((item: any, options: { disableMultiple: boolean; }) => any) | undefined; }>, { isSelected: boolean; highlightText: string; isReadonly: boolean; isContextMenuOpen: boolean; isDraggedOver: boolean; doNotShowFolderDetails: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };