import { Highlightable } from '@angular/cdk/a11y'; import { LegoBaseComponent } from '../../lego-base.component'; import { TypeaheadComponent } from './typeahead.component'; export declare class TypeaheadOptionComponent extends LegoBaseComponent implements Highlightable { item: any; idString: string; valueString: string; readonly key: string; readonly value: string; readonly typeahead: TypeaheadComponent; $this: this; readonly selected: boolean; readonly multiple: boolean; active: boolean; disabled: boolean; getLabel(): string; setActiveStyles(): void; setInactiveStyles(): void; onClick(event: UIEvent): void; }