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