import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import { CalendarDate } from '../../calendar-modal/calendar-date/calendar-date'; import { CalendarHours } from '../../calendar-modal/calendar-hours/calendar-hours'; import { CalendarHoursService } from '../../service/calendar-hours.service'; import * as i0 from "@angular/core"; /** * @author vaibhav * calendar week view header comoponent should be displayed short weekdays name and GTM +timezone */ export declare class CalendarWeekViewHeaderComponent { private store; private _calendarWeekService; date$?: Observable; _currentDate?: CalendarDate; calendarHours?: CalendarHours[]; constructor(store: Store<{ _date: CalendarDate; }>, _calendarWeekService: CalendarHoursService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }