import { EventEmitter } from '@angular/core'; import { FormControl } from '@angular/forms'; import { DayOfWeek } from './hours-of-operation.interface'; import { MatDialog } from '@angular/material/dialog'; import * as i0 from "@angular/core"; export declare class HoursOfOperationComponent { private dialog; control: FormControl; appearance: 'outline' | 'standard'; markedAsRequired: boolean; onChange: EventEmitter; DayOfWeek: { MONDAY: string; TUESDAY: string; WEDNESDAY: string; THURSDAY: string; FRIDAY: string; SATURDAY: string; SUNDAY: string; PUBLIC_HOLIDAYS: string; }; private editDialogRef; constructor(dialog: MatDialog); openEditDialog(): void; dayOfWeek(dayOfWeek: number): DayOfWeek; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }