import { EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CalendarComponent implements OnInit { activeMonth: Date; min?: Date; max?: Date; showFooter: boolean; disableWeekends: boolean; set month(month: Date); valueChange: EventEmitter; valueSelected: EventEmitter; value?: Date; constructor(); ngOnInit(): void; onMonthChange(month: Date): void; onSelect(date: Date): void; selectDate(acceptDate: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }