import { AfterViewInit, DoCheck, EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { DayPilot } from "./core/daypilot-core"; import { OptionalSignal } from "./util"; import * as i0 from "@angular/core"; export declare class DayPilotCalendarComponent implements OnInit, OnDestroy, AfterViewInit, DoCheck { control: DayPilot.Calendar; viewChange: EventEmitter; config: OptionalSignal; private _requestUpdateFull; private _requestUpdateEvents; private _requestViewChange; private _hashOptions; private _hashEvents; private _eventsSet; private _id; private _events; get events(): DayPilot.EventData[]; set events(value: OptionalSignal); private get configResolved(); get id(): string; constructor(); ngOnInit(): void; ngOnDestroy(): void; ngAfterViewInit(): void; ngDoCheck(): void; private dispose; private updateOptions; private updateEvents; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }