/// import type { EditorKit } from "doc-editor-core"; import type { BlockElement } from "doc-editor-delta"; import { FLOW_CHART_KEY } from "../types"; export declare const DocFLowChart: React.FC<{ element: BlockElement; readonly: boolean; editor: EditorKit; config: Required[typeof FLOW_CHART_KEY]; }>;