import type { EditorKit } from "doc-editor-core"; import type { BlockElement } from "doc-editor-delta"; import type { FC } from "react"; export declare const ReactLiveView: FC<{ element: BlockElement; editor: EditorKit; }>;