import { CellContextProps } from '../context';
declare const useCellContext: <EditorType extends string>() => CellContextProps<EditorType>;
export default useCellContext;
