import { EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MonthComponent implements OnInit { daysOfMonth: readonly Date[]; firstDayOfMonth: string; private _month; private dateSelector; selectedDateChange: EventEmitter; selectedDate?: Date; min?: Date; max?: Date; disableWeekends: boolean; set month(month: Date); get month(): Date; constructor(); ngOnInit(): void; onMonthClick(event: MouseEvent): void; private onDateClick; private selectDate; isDisabled(dayOfMonth: Date): boolean; isSelected(dayOfMonth: Date): boolean; private isTimeElement; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }