import { EventEmitter } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class UniversalTimePickerComponent implements ControlValueAccessor { disabled: boolean; min: string; max: string; step: string; class?: string; label: string | undefined; required: boolean; labelPosition: 'top' | 'left'; private _value; get value(): string; set value(val: string); private convertTo24Hour; valueChange: EventEmitter; change: EventEmitter; onChange: any; onTouched: any; writeValue(value: string): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState(isDisabled: boolean): void; onModelChange(value: string): void; onChangeEvent(event: Event): void; onBlur(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }