import { ElementRef, OnChanges, OnDestroy } from '@angular/core'; import { Subject } from 'rxjs'; import { ECLBaseDirective } from '../ecl-base.directive'; import * as i0 from "@angular/core"; export declare class EclMultiselectOptionDirective extends ECLBaseDirective implements OnDestroy, OnChanges { private elRef; value: string; label: string; changes: Subject; get disabled(): boolean; set disabled(value: boolean | any); private _disabled; get selected(): boolean; set selected(value: boolean); private _selected; get cssClasses(): string; constructor(elRef: ElementRef); getHostElement(): HTMLSelectElement; ngOnChanges(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=ecl-multiselect-option.directive.d.ts.map