import { OnInit, EventEmitter } from "@angular/core"; import { NbPopoverDirective } from "@nebular/theme"; import { Observable } from "rxjs"; import * as i0 from "@angular/core"; export declare class TyaAutocompleteComponent implements OnInit { popover: NbPopoverDirective; styleInput: {}; data: Partial>; key: string; value: string; fullWidth: boolean; status: string; placeholder: string; nbPopoverPlacement: string; warningContent: string; isWarning: boolean; messageNoData: string; selectedIndex: number; valueChange: EventEmitter; isSelected: boolean; isErr: boolean; indexItemSelected: number; constructor(); options: string[]; filteredOptions$: Observable; input: any; ngOnInit(): void; private filter; getFilteredOptions(value: string): Observable; onChange(): void; checkErr(): void; resetErr(): void; onSelectionChange($event: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }