import { Cell } from './Cell'; export declare class EditableCell extends Cell { editorValue?: any; validationMessage?: any; }