import { OnInit } from '@angular/core'; import { IcosSelect } from './select'; export declare class IcosOption implements OnInit { private rootSelect; disabled: boolean; icosDisabled: boolean; value: any; label: string | number; rootDisabled: boolean; itemSelected: boolean; constructor(rootSelect: IcosSelect); clickHandle(event: Event): void; ngOnInit(): void; }