import { TemplateRef, Type } from '@angular/core'; export declare type TooltipContent = TemplateRef | Type | string;