import * as i0 from "@angular/core"; export declare class TooltipDirective { private componentRef?; appTooltip?: string; showAnyway: boolean; color: string; backgroundColor: string; position: string; private vcRef; private appRef; private injector; private envInjector; private shouldShow; onMouseEnter(e: MouseEvent): void; destroy(): void; onMouseLeave(e: MouseEvent): void; onClick(e: any): void; private adjustForOverflow; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }