declare var __VLS_7: {}; declare var __VLS_inheritedAttrs: {}; declare const __VLS_templateResult: { slots: { icon?(_: {}): any; default?(_: typeof __VLS_7): any; }; refs: {}; attrs: Partial; }; type __VLS_Slots = typeof __VLS_templateResult['slots']; declare const __VLS_component: import("vue").DefineComponent<{ icon?: string; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{ icon?: string; } & {}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };