import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DokuTimePickerCommon { private localeId; disabled: boolean; get value(): string; set value(val: string | Date | null); private _value; get minTime(): string; set minTime(val: string | Date | null); private _minTime; get maxTime(): string; set maxTime(val: string | Date | null); private _maxTime; labelSelectTime?: string; timeChange: EventEmitter; constructor(localeId: string); protected get textSelectTIme(): string; private normalizeTime; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }