import { ElementRef } from '@angular/core'; export declare class DisabledDirective { private el; isDisabled: boolean; jdDisabled: boolean; constructor(el: ElementRef); }