import * as i0 from '@angular/core'; import * as i2 from '@angular/common'; import * as i3 from '@angular/cdk/overlay'; import * as i4 from '@angular/cdk/drag-drop'; import * as i5 from '@obliczeniowo/elementary/input'; import * as i6 from '@obliczeniowo/elementary/time'; import * as i7 from '@angular/forms'; import * as i8 from '@obliczeniowo/elementary/buttons'; import * as i9 from '@obliczeniowo/elementary/icons'; declare class TimePickerComponent { readonly locale: string; /** time as Date object */ time: i0.ModelSignal; /** input label */ label: i0.InputSignal; /** define if is opened */ isOpen: boolean; protected get formattedTime(): string | null; constructor(locale: string); protected toggle(): void; protected cancel(): void; protected ok(date: Date): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class TimePickerModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { TimePickerComponent, TimePickerModule };