import { OnInit } from '@angular/core'; import { BsModalRef } from 'ngx-bootstrap/modal'; import { ToastrService } from 'ngx-toastr'; import * as i0 from "@angular/core"; export declare class LeanInputModal implements OnInit { protected toastr: ToastrService; bsModalRef: BsModalRef; title: string; message: string; dataMandatory: boolean; noDataToEnter: boolean; enteredMessage: string; ok: boolean; constructor(toastr: ToastrService, bsModalRef: BsModalRef); ngOnInit(): void; showValidate(): boolean; showCancel(): boolean; validate(): void; cancel(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }