import { ElementRef } from '@angular/core'; import { TooltipDirective } from '@progress/kendo-angular-tooltip'; import * as i0 from "@angular/core"; export declare class ViewDesignerSettingsTooltipDirective { private el; tooltip: TooltipDirective; onMouseEnter($event: any): void; onMouseLease($event: any): void; onClick($event: any): void; constructor(el: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }