import { OnDestroy, OnInit, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TooltipComponent implements OnInit, OnDestroy { private renderer; type: 'action' | 'info' | 'tooltip'; arrowhead: 'end' | 'middle' | 'start'; position: 'bottom' | 'left' | 'right' | 'top'; textTooltip: string; tooltipVisible: boolean; private scrollListener; constructor(renderer: Renderer2); ngOnInit(): void; ngOnDestroy(): void; showTooltip(): void; hideTooltip(): void; private addScrollListener; private removeScrollListener; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }