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