import type { NodeEntry, NodeMatch } from 'slate'; import { Editor, Node } from 'slate'; export declare const getCommonBlock: (editor: Editor, match?: NodeMatch) => NodeEntry; //# sourceMappingURL=getCommonBlock.d.ts.map