import { AfterContentInit, ElementRef, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TextTooltipComponent implements OnChanges, AfterContentInit { isOverflowing: boolean; text: ElementRef; private CheckOverflowHandler; align: 'top' | 'bottom' | 'left' | 'right'; color: string; constructor(); onMouseEnter(): void; ngOnChanges(changes: SimpleChanges): void; ngAfterContentInit(): void; onResize(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }