import { ElementRef, Renderer2, OnInit } from '@angular/core';
import { NgControl } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class DateTimeFormatDirective implements OnInit {
    private el;
    private control;
    private renderer;
    format?: string;
    constructor(el: ElementRef, control: NgControl, renderer: Renderer2);
    onDateChange(): void;
    ngOnInit(): void;
    onInput(value: string): void;
    formatDate(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<DateTimeFormatDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<DateTimeFormatDirective, "[dateFormat]", never, { "format": { "alias": "dateFormat"; "required": false; }; }, {}, never, never, false, never>;
}
