declare const _default: __VLS_WithTemplateSlots>, { title: string; description: string; icon: Record; }, {}>, { icon?(_: {}): any; title?(_: {}): any; description?(_: {}): any; default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };