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