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 CellEditSelectFieldComponent implements ICellEditorAngularComp { params: any; value: any; input: ViewContainerRef; agInit(params: ICellEditorParams): void; getValue(): any; onChange(event: any): void; updateNameField(nameField: any, event: any): void; private getGrid; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }