import { ComponentRef, EventEmitter, Injector, OnDestroy, ViewContainerRef } from '@angular/core'; import { Store } from '@ngrx/store'; import { Attribute, BaseTooltipComponent, Class, SubscriptionnerDirective, TooltipFactoryService, TooltipOfClass, YapI18nService } from '@onepoint-yap/dashboard'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class AdminClassesCustomizeTooltipComponent extends SubscriptionnerDirective implements OnDestroy { private tooltipFactoryService; private injector; private translateService; private store; example: ViewContainerRef; currentClassConfig: TooltipOfClass; possibleTooltipTypes$: Observable<{ value: string; label: string; }[]>; advancedTooltip: boolean; attributesForTooltip: string[]; possibleAttributes: Attribute[]; possibleNonAttributesFields: Attribute[]; backPressed: EventEmitter; private _currentClass; private fields; strOptions: string; tmpComponent?: ComponentRef; defs: { [p: string]: TooltipOfClass; }; noTooltip: boolean; set currentClass(clazz: Class | null | undefined); get currentClass(): Class; constructor(tooltipFactoryService: TooltipFactoryService, injector: Injector, translateService: YapI18nService, store: Store); tooltipTypeChanged($event: any): void; optionsChanged(): void; updateExample(): void; updateTemplate(): void; goBack(): void; changeAttributes($event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }