import { OnInit } from '@angular/core'; import { FormArray, FormBuilder, FormGroup } from '@angular/forms'; import { MatDialogRef } from '@angular/material/dialog'; import * as i0 from "@angular/core"; export declare class AllocationListDailogBoxComponent implements OnInit { private fb; dilogref: MatDialogRef; data: any; auxConfigform: FormGroup; AUX: any; auxGroup: FormArray; disableAllocationBtn: boolean; constructor(fb: FormBuilder, dilogref: MatDialogRef, data: any); get auxArray(): FormArray; createauxGroup(hours: string, slots: number, percentage: number, availableSlots: number, scheduleAppointmentCount: number, slotScheduleId: number, slotSchAllocationId: number): FormGroup; ngOnInit(): void; saveForm(): void; closeModal(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }