import { NgControl } from '@angular/forms'; /** * @see https://netbasal.com/disabling-form-controls-when-working-with-reactive-forms-in-angular-549dd7b42110 */ export declare class RxfDisabledDirective { private ngControl; libRxfDisabled: boolean; /** ctor */ constructor(ngControl: NgControl); }