import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core'; import { Store } from '@ngrx/store'; import { Observable, Subject } from 'rxjs'; import { CalendarView } from '../../calendar-modal/calendar-view/calendar-view'; import { CalendarHourIndicatorService } from '../../service/calendar-hour-indicator.service'; import * as i0 from "@angular/core"; export declare class CalendarHourIndicatorComponent implements AfterViewInit, OnDestroy { private store; private hourIndicatorService; hourindicatorRef?: ElementRef; _view$?: Observable; _destroyed$: Subject; _interval$: Observable; _view?: CalendarView; id?: string; constructor(store: Store<{ _view: CalendarView; }>, hourIndicatorService: CalendarHourIndicatorService); ngAfterViewInit(): void; setTop(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }