import { FormControlDirective, FormControlName } from '@angular/forms'; import * as i0 from "@angular/core"; /** * Allows declarative binding to the "disabled" property of a reactive form * control. */ export declare class DisabledDirective { private formControlName; private formControl; set disabled(val: boolean); constructor(formControlName: FormControlName, formControl: FormControlDirective); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }