import { ElementRef, ModelSignal } from '@angular/core'; import { ISelectOption, ISelect } from '../ISelect'; import * as i0 from "@angular/core"; export declare class InputSelectInternalOptionComponent implements ISelectOption { protected parentComponent: ISelect; private elementRef; hidden: boolean; disabled: boolean; constructor(parentComponent: ISelect, elementRef: ElementRef); GetNativeElement(): HTMLElement; label: ModelSignal; model: any; protected HandleClick(): void; isSelected: boolean; onFocus: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }