import { OnInit, ElementRef } from '@angular/core'; export declare class TooltipComponent implements OnInit { data: any; el: ElementRef; constructor(data: any, el: ElementRef); readonly isTop: boolean; readonly isBottom: boolean; readonly isLeft: boolean; readonly isRight: boolean; ngOnInit(): void; }