import * as React from 'react'; import * as Types from './types'; /** The default Spreadsheet DataEditor component */ declare const DataEditor: React.FC; export default DataEditor;