import { OnInit, TemplateRef, ViewContainerRef } from '@angular/core'; export declare class TooltipComponent implements OnInit { _vcr: ViewContainerRef; text: string; tooltipTemplate: TemplateRef; id: string; maxWidth: number; maximumWidth: number; constructor(_vcr: ViewContainerRef); ngOnInit(): void; }