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