import React from 'react'; import type { EditableCellProps } from './propsType'; declare const EditableCell: React.FC; export default EditableCell;