import { ElementRef } from '@angular/core';
import { NgControl } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class TimeInputDirective {
    private el;
    private control;
    constructor(el: ElementRef, control: NgControl);
    ngOnInit(): void;
    onInputChange(event: Event): void;
    onKeyDown(event: KeyboardEvent): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TimeInputDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<TimeInputDirective, "[timeInput]", never, {}, {}, never, never, false, never>;
}
