import { AfterContentInit } from '@angular/core'; import { ComboboxItem, ComboboxItemBase } from '@tailwind-ng/core'; import * as i0 from "@angular/core"; export declare class ComboboxItemComponent extends ComboboxItemBase implements ComboboxItem, AfterContentInit { value: string; selected: import("@angular/core").ModelSignal; private readonly _combobox; private readonly _normalizedValue; private readonly _destroyRef; ngAfterContentInit(): void; protected buildStyle(): void; private selectIfNeeded; select(): void; deselect(): void; protected addEventListeners(): void; protected removeEventListeners(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }