import React from 'react'; export default class EditableCell extends React.Component { renderEditable: (form: any) => any; render(): JSX.Element; }