import { AfterViewChecked, ChangeDetectorRef, EventEmitter } from '@angular/core'; import { ControlValueAccessor, FormGroup } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class TimepickerComponent implements ControlValueAccessor, AfterViewChecked { private readonly changeDetectorRef; format: string; formGroup?: FormGroup; formControlName?: string; id?: string; errorMessage: string; value: any; valueChange: EventEmitter; onChange: any; onTouched: any; constructor(changeDetectorRef: ChangeDetectorRef); writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; onValueChange(e: any): void; ngAfterViewChecked(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }