import { MonthViewService } from '../service/calendar-month-view.service'; import * as i0 from "@angular/core"; /** * @author vaibhav * calendar month view grid header component will display short weekday name */ export declare class CalendarMonthViewGridHeaderComponent { private _monthViewService; dayOfWeekNames?: string[]; constructor(_monthViewService: MonthViewService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }