declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: { menuRef: HTMLDivElement; }; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; readonly default: undefined; }; readonly editable: { readonly type: BooleanConstructor; readonly default: false; }; readonly deletable: { readonly type: BooleanConstructor; readonly default: false; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { delete: () => void; click: () => void; edit: () => void; }, string, import('vue').PublicProps, Readonly; readonly default: undefined; }; readonly editable: { readonly type: BooleanConstructor; readonly default: false; }; readonly deletable: { readonly type: BooleanConstructor; readonly default: false; }; }>> & Readonly<{ onDelete?: (() => any) | undefined; onClick?: (() => any) | undefined; onEdit?: (() => any) | undefined; }>, { readonly disabled: boolean; readonly editable: boolean; readonly status: import('./finder').FinderItemStatus; readonly active: boolean; readonly deletable: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, { menuRef: HTMLDivElement; }, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };