import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core'; import { AbstractControl, FormControl } from '@angular/forms'; import { ThemesService } from '@progress-chef/platform-themes-service'; import * as i0 from "@angular/core"; export declare class TimePickerComponent implements OnChanges { private themesService; isDisabled: boolean; readonly: boolean; incompleteDateValidation: boolean; value: Date; format: string; steps: any; allowCaretMode: boolean; placeholder: string; fillMode: "flat" | "solid" | "outline" | "none"; rounded: "small" | "medium" | "large" | "full" | "none"; size: "small" | "medium" | "large" | "none"; adaptiveMode: "none" | "auto"; control: AbstractControl | FormControl; id: any; modelChange: EventEmitter; onOpenEvent: EventEmitter; onCloseEvent: EventEmitter; constructor(themesService: ThemesService); ngOnChanges(changes: SimpleChanges): void; onValueChange(ev: any): void; onOpen(event: any): void; onClose(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_isDisabled: boolean | string; static ngAcceptInputType_readonly: boolean | string; static ngAcceptInputType_allowCaretMode: boolean | string; }