import { TEditor, Value } from "../slate/editor/TEditor"; import { TElement } from "../slate/element/TElement"; import { InsertNodesOptions } from "../slate/transforms/insertNodes"; export declare const insertElements: (editor: TEditor, nodes: TElement | TElement[], options?: InsertNodesOptions | undefined) => void; //# sourceMappingURL=insertElements.d.ts.map