import { AfterViewInit, OnInit } from '@angular/core'; import { FormBuilder, FormGroup } from '@angular/forms'; import { MatDialogRef } from '@angular/material/dialog'; import { ScheduleLookupService } from '../../services/schedule-lookup-service'; import * as i0 from "@angular/core"; export declare class RemoveScheduleListDailogboxComponent implements OnInit, AfterViewInit { dilogref: MatDialogRef; data: any; private scheduleLookupService; private fb; removeForm: FormGroup; showComments: boolean; lookupLoading: any; constructor(dilogref: MatDialogRef, data: any, scheduleLookupService: ScheduleLookupService, fb: FormBuilder); ngAfterViewInit(): void; ngOnInit(): void; closeModal(): void; removeData(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }