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