import { ElementRef } from '@angular/core';
import { NgControl } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class DokuStartDate {
    protected elementRef: ElementRef;
    protected ngControl: NgControl;
    constructor(elementRef: ElementRef, ngControl: NgControl);
    static ɵfac: i0.ɵɵFactoryDeclaration<DokuStartDate, [null, { optional: true; self: true; }]>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<DokuStartDate, "[doku-start-date]", ["dokuStartDate"], {}, {}, never, never, true>;
}
