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