import { EventEmitter } from "@angular/core"; import { CALENDAR_TYPES, TIntCalendarOutput } from "../../shared"; import * as i0 from "@angular/core"; export declare class IntMonthCalendarComponent { _currentDate: [Date | null, Date | null]; set currentDate(date: Date | null | [Date | null, Date | null]); type: keyof typeof CALENDAR_TYPES; onChange: EventEmitter; onSelect(selected: TIntCalendarOutput): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }