import { ElementRef } from '@angular/core'; import { cn } from './utils/cn'; import { SelectService } from '@tolle/ui/select.service'; import * as i0 from "@angular/core"; export declare class SelectItemComponent { private selectService; private el; value: any; class: string; selected: boolean; hidden: boolean; constructor(selectService: SelectService, el: ElementRef); getLabel(): string; onClick(event: MouseEvent): void; protected cn: typeof cn; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }