import { ChangeDetectorRef, EventEmitter } from "@angular/core"; import { CALENDAR_TYPES, TIntCalendarOutput } from "../../shared"; import * as i0 from "@angular/core"; export declare class IntCalendarComponent { private readonly cdr; _currentDate: [Date | null, Date | null]; set currentDate(date: Date | null | [Date | null, Date | null]); type: keyof typeof CALENDAR_TYPES; minDate: Date | null; maxDate: Date | null; markWeekends: boolean; private readonly controller; onChange: EventEmitter; constructor(cdr: ChangeDetectorRef); onSelect(selected: TIntCalendarOutput): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }