import { ElementRef, NgZone, OnDestroy, OnInit } from '@angular/core'; import { LCDatePickerControl } from '../lc-date-picker-control'; import * as i0 from "@angular/core"; export declare class LCCalendarBackgroundComponent implements OnInit, OnDestroy { private readonly ngZone; private subscription; control: LCDatePickerControl; calendarBackgroundElement: ElementRef; constructor(ngZone: NgZone); ngOnInit(): void; ngOnDestroy(): void; private registerViewEvents; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }