import { OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CfTooltipDirective implements OnDestroy { private el; cfTooltip: string | null; distance: number; width: string; position: 'top' | 'right' | 'bottom' | 'left'; tooltip: HTMLDivElement | null; onMouseEnter(): void; onMouseLeave(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }