import { ElementRef, EventEmitter } from '@angular/core'; import { SbThemeService } from "../../core"; import { MarkedDates } from "../marked-dates"; import * as i0 from "@angular/core"; declare const SbCalendarDateCore: 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 SbCalendarDateComponent extends SbCalendarDateCore { select: EventEmitter; date: Date; markedDates: MarkedDates; showingMonthStart: Date; get isMarked(): boolean; get isStart(): boolean; get isEnd(): boolean; get isBetween(): boolean; get isNotInMonth(): boolean; get dateFormatted(): string; constructor(elementRef: ElementRef, themeService: SbThemeService); handleClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};