import { EventEmitter, OnChanges } from '@angular/core'; export declare class TimepickerComponent implements OnChanges { field: any; form: any; type: any; controlReady: EventEmitter; constructor(); /** * A callback method that is invoked if any data-bound properties change */ ngOnChanges(): void; /** * This method will notify when control is ready */ private notifyControlLoadComplete; }