import { TElement } from "../element/TElement"; import { TEditor, Value } from "./TEditor"; /** * Check if a value is a block `Element` object. */ export declare const isBlock: (editor: TEditor, value: any) => value is TElement; //# sourceMappingURL=isBlock.d.ts.map