import { OnInit, Renderer2, ViewContainerRef } from '@angular/core'; import { OptionsModel, PopupService, Position } from "./popup.service"; import * as i0 from "@angular/core"; export declare class PopupComponent implements OnInit { private popupService; private renderer; private document; width: any; height: any; title: string; background: any; subTitle: string; position: Position; vc: ViewContainerRef; show: boolean; closeIcon: boolean; constructor(popupService: PopupService, renderer: Renderer2, document: Document); ngOnInit(): void; onClose(): void; openTemplate(templateRef: any, options?: OptionsModel): void; openPopup(component: any, options?: OptionsModel): void; closePopup(): void; setValue(options: OptionsModel): void; resetValue(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }