import { ElementRef, EventEmitter } from '@angular/core'; import { SbThemeService } from "../../core"; import { MarkedDates } from "../marked-dates"; import * as i0 from "@angular/core"; declare const SbCalendarYearCore: import("../../core").Constructor & import("../../core").AbstractConstructor & import("../../core").Constructor & import("../../core").AbstractConstructor & import("../../core").Constructor & import("../../core").AbstractConstructor & import("../../core").Constructor & import("../../core").AbstractConstructor & { new (_elementRef: ElementRef, _themeService: SbThemeService): { _elementRef: ElementRef; _themeService: SbThemeService; }; }; export declare class SbCalendarYearComponent extends SbCalendarYearCore { select: EventEmitter; yearFormat: string; year: Date; markedDates: MarkedDates; get isMarked(): boolean; get isStart(): boolean; get isEnd(): boolean; get isBetween(): boolean; get yearFormatted(): string; constructor(elementRef: ElementRef, themeService: SbThemeService); handleClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};