declare function __VLS_template(): { attrs: Partial<{}>; slots: { tooltipActivator?(_: { props: { readonly uniqueId: string; readonly iconColor: string; readonly btnLabel: string; readonly iconBgColor: string; readonly iconHoverBgColor: string; readonly iconHoverColor: string; readonly iconName: string; readonly tooltipBg: string; readonly tooltipText: string; readonly tooltipTextColor: string; readonly classes?: string | undefined; }; }): any; default?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { click: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; }>, { iconColor: string; btnLabel: string; iconBgColor: string; iconHoverBgColor: string; iconHoverColor: string; classes: string; iconName: string; tooltipBg: string; tooltipText: string; tooltipTextColor: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };