import { EventEmitter } from '@angular/core'; import { ICalendarMonth } from '../../models'; import * as i0 from "@angular/core"; export declare class MonthPickerComponent { _thisMonth: Date; _monthsTitle: string[]; MONTH_FORMAT: string; month: ICalendarMonth; color: string; onSelect: EventEmitter; set monthsTitle(value: string[]); get monthsTitle(): string[]; constructor(); _onSelect(month: number): void; getDate(month: number): Date; get monthSelected(): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }