import { ElementRef, EventEmitter } from '@angular/core'; import { MarkedDates } from "../marked-dates"; import * as i0 from "@angular/core"; declare const SbCalendarYearsCore: import("../../core").Constructor & import("../../core").AbstractConstructor & import("../../core").Constructor & import("../../core").AbstractConstructor & import("../../core").Constructor & import("../../core").AbstractConstructor & { new (_elementRef: ElementRef): { _elementRef: ElementRef; }; }; export declare class SbCalendarYearsComponent extends SbCalendarYearsCore { color: string | undefined; yearFormat: string; select: EventEmitter; handleSelect(date: Date): void; private _showingVicennialStart; set showingVicennialStart(date: Date); get showingVicennialStart(): Date; calendarYears: Array; markedDates: MarkedDates; constructor(elementRef: ElementRef); private updateCalendarYears; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};