declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; default?(_: {}): any; icon?(_: {}): any; icon?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly> & Readonly<{}>, { text: boolean; target: string; disabled: boolean; minHeight: string; type: string; color: string; size: string; iconColor: string; uniqueId: string; underline: boolean; bordered: boolean; textColor: string; hoverColor: string; iconBgColor: string; badge: string | number | boolean; badgeBgColor: string; badgeColor: string; iconFocusColor: string; iconHoverColor: string; classes: string; hoverUnderline: boolean; iconBordered: boolean; iconLeft: boolean; iconName: string; infoBlock: boolean; textFocusColor: string; textHoverColor: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };