import { EventEmitter } from '@angular/core'; export declare class TypeaheadItemComponent { _highlighted: boolean; /** Value of the option; also will be the value of the event that is emitted when an option is selected */ value: any; _selected: EventEmitter; _itemSelected(item: any): void; }