import type { EditorKit } from "doc-editor-core"; import type { BlockElement } from "doc-editor-delta"; import type { AssertT } from "doc-editor-utils"; import type { FC } from "react"; export declare const HighlightBlockWrapper: FC<{ editor: EditorKit; element: BlockElement; config: AssertT; readonly: boolean; }>;