import { OnInit, ViewContainerRef } from '@angular/core'; import { PogPopupService } from './pog-popup.service'; export declare class PogPopupComponent implements OnInit { private service; hostClass: string; constructor(service: PogPopupService); entry: ViewContainerRef; popupLayoutClassName: string; showlayout: boolean; ngOnInit(): void; }