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