import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class DateFormControlService { disabled: boolean; private _touchedChange; private _dirtyChange; get touchedChange(): Observable; get dirtyChange(): Observable; markAsTouched(): void; markAsDirty(): void; setDisabled(state: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }