import { OnInit, TemplateRef } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { NzModalRef, NzModalService } from 'ng-zorro-antd/modal'; import * as i0 from "@angular/core"; declare type EoNgEnsureModalContentType = string | TemplateRef | null; export declare class EoNgFeedbackModalEnsureComponent implements OnInit { private modalRef; nzTitle: EoNgEnsureModalContentType; nzContent: EoNgEnsureModalContentType; nzOkText: EoNgEnsureModalContentType; nzCancelText: EoNgEnsureModalContentType; nzBtns: Array; nzTitleClass: string | null; nzDoubleConfirm: boolean; nzTimerClock: number; validateForm: FormGroup; timerIsOk: boolean; timerTarget: any; constructor(modalRef: NzModalRef); addTimer(): void; handle(action: string): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class EoNgFeedbackEnsureModalService { private modal; constructor(modal: NzModalService); create(opts: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export {};