export interface ICalendarDay {
    day: number;
    currentMonth: boolean;
    date: Date;
}
//# sourceMappingURL=ICalendarDay.d.ts.map