import { AfterViewInit, OnInit, ElementRef } from '@angular/core'; import { Observable } from 'rxjs'; import { AfdPceService, AfdLookupResult } from '@afd-software/pce-angular'; import { HttpResponse } from '@angular/common/http'; import * as i0 from "@angular/core"; export declare class AfdMaterialTypeAheadComponent implements AfterViewInit, OnInit { afdPceService: AfdPceService; data: string; country: string | null; reverseGeocode: false; afdSpinner: boolean; afdControlId: any; inputControl: ElementRef; autoCompleter: ElementRef; results$: Observable>; private lookupText$; filteredResults: Observable; spinner: boolean; control$: any; constructor(afdPceService: AfdPceService); ngOnInit(): void; ngAfterViewInit(): void; onKeyup(e: any): void; onInput(e: any): void; onFocus(e: any): void; processResults(result: any): any; resultSelected(val: any, data: any, e: any): void; resultSelectedVisibility(): void; displayFn(result?: any): any; loading(e: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=material.type.ahead.component.d.ts.map