import type { ICellEditorAngularComp } from 'ag-grid-angular'; import type { ICellEditorParams } from 'ag-grid-community'; import { AutoCompleteSelectEvent } from 'primeng/autocomplete'; import * as i0 from "@angular/core"; export declare class CellEditAutoCompleteComponent implements ICellEditorAngularComp { params: any; value: any; suggestions: any[]; get displaySuggestions(): any[]; agInit(params: ICellEditorParams): void; getValue(): any; search(e: any): Promise; select(e: AutoCompleteSelectEvent): void; unselect(e: any): void; clear(e: any): void; emitEvent(name: string, event: any): void; private setEditorSize; private updateNameFields; private updateNameField; private resolveNameFieldValue; private resolveInitialValue; private resolveOptionValue; private findOptionByValue; private valueEquals; private applyOptionsResult; private resolveResult; private extractOptions; private setSuggestions; private syncSuggestionsFromParams; private normalizeOptions; private resolveEditorParams; private toValueArray; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }