import { ElementRef, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TooltipDirective implements OnDestroy { private el; content: string; placement: 'top' | 'bottom' | 'left' | 'right'; private tooltipEl; private cleanup?; constructor(el: ElementRef); show(): void; hide(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }