import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DisabledDirective { private host; get smeDisabled(): boolean; set smeDisabled(value: boolean); get attrDisabled(): boolean; private internalDisabled; constructor(host: ElementRef); private removeFocus; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }