import { TextEditor } from '../../editors/textEditor'; import { textRenderer } from '../../renderers/textRenderer'; export declare const CELL_TYPE: 'text'; export declare const TextCellType: { CELL_TYPE: "text"; editor: typeof TextEditor; renderer: typeof textRenderer; };