import { ElementRef, EventEmitter } from '@angular/core'; import { SbThemeService } from "../../core"; import { MarkedDates } from "../marked-dates"; import * as i0 from "@angular/core"; declare const SbCalendarDatesCore: 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 SbCalendarDatesComponent extends SbCalendarDatesCore { weekDayFormat: string; select: EventEmitter; handleSelect(date: Date): void; markedDates: MarkedDates; set showingMonthStart(date: Date); get showingMonthStart(): Date; private _showingMonthStart; calendarDates: Array; weekDays: Array; constructor(elementRef: ElementRef, themeService: SbThemeService); private createWeekDays; private updateCalendarDates; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};