declare var __VLS_24: {}, __VLS_50: { data: any; deleteTag: any; }, __VLS_82: {}, __VLS_95: {}, __VLS_107: { item: any; }, __VLS_117: {}, __VLS_119: {}; type __VLS_Slots = {} & { prefix?: (props: typeof __VLS_24) => any; } & { tag?: (props: typeof __VLS_50) => any; } & { header?: (props: typeof __VLS_82) => any; } & { empty?: (props: typeof __VLS_95) => any; } & { 'suggestion-item'?: (props: typeof __VLS_107) => any; } & { empty?: (props: typeof __VLS_117) => any; } & { footer?: (props: typeof __VLS_119) => any; }; declare const __VLS_component: any; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };