import { DayOfWeek, TimeSpan } from '../hours-of-operation.interface'; import { FormControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class DayOfWeekDisplayComponent { dayOfWeek: DayOfWeek; control: FormControl; hideDayOfWeekLabel: boolean; DayOfWeek: { MONDAY: string; TUESDAY: string; WEDNESDAY: string; THURSDAY: string; FRIDAY: string; SATURDAY: string; SUNDAY: string; PUBLIC_HOLIDAYS: string; }; get hours(): TimeSpan[]; displayTime(time: string): string; is24Hour(span: TimeSpan): boolean; hasTime(span: TimeSpan): boolean; dayDisplayNameKey(day: DayOfWeek): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }