import { ElementRef, EventEmitter, OnChanges, OnInit } from '@angular/core'; import { ListPlacement, ListPosition } from '../../../base/models/timepicker.models'; import { FormTimePickerService } from '../../ecabs-timepicker.service'; import * as i0 from "@angular/core"; export declare class EcabsTimeListPanelComponent implements OnInit, OnChanges { private elementRef; private timepickerService; typedValue: any; listPlacement: ListPlacement; listPosition: ListPosition; dayStartLabel: string; dayEndLabel: string; appendTo: string; min: string; max: string; showDayStart: boolean; showDayEnd: boolean; position: ListPosition; onscroll: EventEmitter<{ start: number; end: number; }>; closeMe: EventEmitter; hoveredItemIndex: number; timeList: { value: any; title: string; }[]; private listItemHeight; constructor(elementRef: ElementRef, timepickerService: FormTimePickerService); handleKeydown($event: KeyboardEvent): void; ngOnInit(): void; appendListTo(): void; calcListItems(): void; ngOnChanges(): void; selectTypedValue(value: any): void; scrollTo(index: number): void; close(): void; setTime(value: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }