import { ViewContainerRef } from '@angular/core'; import type { ICellEditorAngularComp } from 'ag-grid-angular'; import type { ICellEditorParams } from 'ag-grid-community'; import * as i0 from "@angular/core"; export declare class CellEditAsyncSelectFieldComponent implements ICellEditorAngularComp { params: any; value: any; private readonly cacheService; input: ViewContainerRef; agInit(params: ICellEditorParams): Promise; getValue(): any; onChange(event: any): void; private loadOptions; private createContext; private setEditorSize; private updateNameField; private getGrid; private resolveNameFieldValue; private toValueArray; private toValueString; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }