import { AfterViewInit, DoCheck, EventEmitter, OnDestroy, OnInit } from "@angular/core"; import { DayPilot } from "./core/daypilot-core"; import * as i0 from "@angular/core"; export declare class DayPilotNavigatorComponent implements OnInit, OnDestroy, AfterViewInit, DoCheck { events: DayPilot.EventDataShort[]; config: any; dateChange: EventEmitter; control: DayPilot.Navigator; private _requestUpdate; private _hashOptions; private _hashEvents; private _onTrs; private _dateSet; private _currentDate; private _date; get date(): DayPilot.Date; set date(value: DayPilot.Date); private _id; get id(): string; ngOnInit(): void; ngOnDestroy(): void; ngAfterViewInit(): void; ngDoCheck(): void; private dispose; private updateOptions; private updateEvents; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }