import { AgEditorComponent } from 'ag-grid-angular';
import * as i0 from "@angular/core";
export declare class InputCellEditorComponent implements AgEditorComponent {
    params: any;
    id: string;
    isEditable: boolean;
    agInit(params: any): void;
    getValue(): any;
    refresh(params: any): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<InputCellEditorComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<InputCellEditorComponent, "systelab-input-cell-editor", never, {}, {}, never, never, false, never>;
}
