import { HandsontableEditor } from '../../editors/handsontableEditor'; import { handsontableRenderer } from '../../renderers/handsontableRenderer'; export declare const CELL_TYPE: 'handsontable'; export declare const HandsontableCellType: { CELL_TYPE: "handsontable"; editor: typeof HandsontableEditor; renderer: typeof handsontableRenderer; };