import type { BlockContext, EditorKit } from "doc-editor-core"; import type { FC } from "react"; export declare const Cell: FC<{ editor: EditorKit; readonly: boolean; context: BlockContext; }>;