import { AfterViewInit, ElementRef } from '@angular/core'; import { IOption } from '../IOption'; import type { SelectComponent } from '../select.component'; import * as i0 from "@angular/core"; export declare class SelectOptionComponent implements AfterViewInit, IOption { private selectComponent; label: string; value: T; activeCSSClass: string; childrenEl: ElementRef; get optionCSS(): string; constructor(selectComponent: SelectComponent); ngAfterViewInit(): void; onClick(event: MouseEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "youi-select-option", never, { "label": "label"; "value": "value"; "activeCSSClass": "activeCSSClass"; }, {}, never, ["*"]>; }