import React, { FC } from 'react'; export declare const EditableContext: React.Context; declare const EditableCell: FC; export default EditableCell;