import * as i0 from "@angular/core"; export declare class KeyValueLookupService { /** * Get key value from list of options. * Returns the value if record found/ returns text if no record is found. * @param text - key * @param options - List of options to be searched * @param keyField - name of key field * @param valueField - name of value field */ getKeyValue(text: string, options: any[], keyField?: string, valueField?: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }