import { AfterViewInit, ElementRef } from '@angular/core'; import { CsSelectComponent } from '../cs-select/cs-select.component'; import { SelectService } from '../select.service'; import * as i0 from "@angular/core"; export declare class CsOptionComponent implements AfterViewInit { csSelect: CsSelectComponent; private select; value: string; color: string; backgroundColor: string; optionTooltip: string; option: ElementRef; constructor(csSelect: CsSelectComponent, select: SelectService); ngAfterViewInit(): void; change(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }