import { OnInit } from '@angular/core'; import { NzModalRef } from 'ng-zorro-antd/modal'; import * as i0 from "@angular/core"; export declare class PbModalResultSimpleComponent implements OnInit { private modalRef; readonly nzModalData: any; dataToShow: ModalResultSimple; set content(content: ModalResultSimple); constructor(modalRef: NzModalRef); ngOnInit(): void; chiudi(btnClicked?: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export type ModalResultSimple = { simpleImage?: { image?: string; imgClass?: string; containerClass?: string; imgStyle?: string; }; icon?: string; text?: string; html?: string; btn?: { text: string; styleClass?: string; }; closable?: boolean; };