import { MatDialogRef } from '@angular/material/dialog'; import { FormBuilder, FormGroup } from '@angular/forms'; import { AppointmentTypesListService } from '../../services/appointment-types.service'; import { AppointmentTypesListItem } from '../../models/appointment-types-item.model'; import * as i0 from "@angular/core"; export declare class UpdateStatusComponent { private fb; dilogref: MatDialogRef; data: AppointmentTypesListItem; private service; approvalForm: FormGroup; lookupList: any; activeLookup: []; statusLookupId: number; constructor(fb: FormBuilder, dilogref: MatDialogRef, data: AppointmentTypesListItem, service: AppointmentTypesListService); closeModal(): void; submitApproval(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }