import { ElementRef, EventEmitter, OnInit } from '@angular/core'; import { Highlightable } from '@angular/cdk/a11y'; import * as i0 from "@angular/core"; export declare class AutocompleteOptionComponent implements OnInit, Highlightable { private element; label: string; disabled: boolean; selected: boolean; onSelect: EventEmitter; readonly role = "option"; active: boolean; constructor(element: ElementRef); ngOnInit(): void; adjustScroll(): void; setActiveStyles(): void; setInactiveStyles(): void; get tabindex(): number; onEnter(event: KeyboardEvent): void; onClick(): void; select(): void; getLabel(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }