import * as React from 'react'; import { ICellEditorProps } from '../../props'; declare const CellEditor: React.FunctionComponent; export default CellEditor;