import { OnInit } from '@angular/core'; import { FormBuilder, FormGroup } from '@angular/forms'; import { DialogRef } from '@progress/kendo-angular-dialog'; import * as i0 from "@angular/core"; export declare class PromptComponent implements OnInit { private modal; private fb; Field?: string; Required: boolean; OriginalValue?: string; MaxLength: number; Title?: string; Form?: FormGroup; constructor(modal: DialogRef, fb: FormBuilder); ngOnInit(): Promise; onSubmit(): Promise; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=prompt.component.d.ts.map