import { RangeDateControllerDirective } from "../../entities"; import { DestroyStreamService } from "../../../../services"; import { Observable } from "rxjs"; import * as i0 from "@angular/core"; export declare class IntRangeCalendarComponent { readonly rangeController: RangeDateControllerDirective; private readonly destroy$; range$: Observable<{ from: Date | null; to: Date | null; }>; constructor(rangeController: RangeDateControllerDirective, destroy$: DestroyStreamService); fromEventHandler(date: Date): void; toEventHandler(date: Date): void; defaultDate(): null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }