import { AfterViewInit, DoCheck, EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { DayPilot } from "./core/daypilot-core"; import * as i0 from "@angular/core"; export declare class DayPilotSchedulerComponent implements OnInit, OnDestroy, AfterViewInit, DoCheck { control: DayPilot.Scheduler; viewChange: EventEmitter; events: DayPilot.EventData[]; config: any; private _requestUpdateFull; private _requestUpdateEvents; private _requestViewChange; private _hashOptions; private _hashEvents; 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; }