import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import { DateService } from '../../service/date.service'; import { CalendarDate } from '../../calendar-modal/calendar-date/calendar-date'; import * as i0 from "@angular/core"; /** * @author vaibhav * calendar day view header comoponent should be displayed date/weekdaylong and GTM +timezone */ export declare class CalendarDayViewHeaderComponent { private store; private _dateService; currentdate$?: Observable; day?: string; date?: number; timeZone?: string; constructor(store: Store<{ _date: CalendarDate; }>, _dateService: DateService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }