import { ElementRef, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare const enum DateCss { notWithinMonth = "not-within-month", selected = "selected", today = "today" } export declare class CalendarDateDirective implements OnInit, OnChanges { private elementRef; calendarDate: Date; selected: boolean; notWithinMonth: boolean; isToday: boolean; disabled: boolean; get nativeElement(): HTMLElement; constructor(elementRef: ElementRef); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }