import { ElementRef, EventEmitter } from '@angular/core';
import { MarkedDates } from "../marked-dates";
import * as i0 from "@angular/core";
declare const SbCalendarMonthsCore: import("../../core").Constructor<import("../../core").CanDisable> & import("../../core").AbstractConstructor<import("../../core").CanDisable> & import("../../core").Constructor<import("../../core").CanFocus> & import("../../core").AbstractConstructor<import("../../core").CanFocus> & import("../../core").Constructor<import("../../core").CanClassName> & import("../../core").AbstractConstructor<import("../../core").CanClassName> & {
    new (_elementRef: ElementRef): {
        _elementRef: ElementRef;
    };
};
export declare class SbCalendarMonthsComponent extends SbCalendarMonthsCore {
    color: string | undefined;
    monthFormat: string;
    select: EventEmitter<Date>;
    handleSelect(date: Date): void;
    private _showingYearStart;
    set showingYearStart(date: Date);
    get showingYearStart(): Date;
    calendarMonths: Array<Date>;
    markedDates: MarkedDates;
    constructor(elementRef: ElementRef);
    private updateCalendarMonths;
    static ɵfac: i0.ɵɵFactoryDeclaration<SbCalendarMonthsComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SbCalendarMonthsComponent, "sb-calendar-months", never, { "disabled": "disabled"; "color": "color"; "monthFormat": "monthFormat"; "showingYearStart": "showingYearStart"; "markedDates": "markedDates"; }, { "focus": "focus"; "blur": "blur"; "select": "select"; }, never, never>;
}
export {};
