import { EventEmitter } from '@angular/core'; import { Cell } from '../../../lib/data-set/cell'; import * as i0 from "@angular/core"; export declare class EditCellComponent { cell: Cell; inputClass: string; edited: EventEmitter; onEdited(event: any): boolean; getEditorType(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }