import { OnInit, OnChanges, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TeamToolTipComponent implements OnInit, OnChanges { teamDisplayText: any; teamPopUpPosition: any; teamPopUpDirection: any; TeamcloseEmitter: EventEmitter; xPos: number; yPos: number; toolTipArrowPos: boolean; constructor(); ngOnInit(): void; ngOnChanges(): void; close(event: any): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }