import { BooleanInput } from '@angular/cdk/coercion'; import { AfterViewChecked, ElementRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core'; import { Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class MtxOptionComponent implements OnChanges, AfterViewChecked, OnDestroy { elementRef: ElementRef; value: any; get disabled(): boolean; set disabled(value: boolean); private _disabled; get label(): string; private _previousLabel?; readonly stateChange$: Subject<{ value: any; disabled: boolean; label?: string | undefined; }>; constructor(elementRef: ElementRef); ngOnChanges(changes: SimpleChanges): void; ngAfterViewChecked(): void; ngOnDestroy(): void; static ngAcceptInputType_disabled: BooleanInput; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }