import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PopupComponent { title: string; popUpClosed: EventEmitter; hideClose: boolean; backgroundColor: string; marginTop: string; width: string; isClosable: boolean; show: boolean; showPopup(): void; hidePopup(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }