import { TEditor } from '@udecode/slate-plugins-core'; import { InsertNodesOptions } from '../types/Transforms.types'; export declare const insertEmptyElement: (editor: TEditor, type: string, options?: InsertNodesOptions> | undefined) => void; //# sourceMappingURL=insertEmptyElement.d.ts.map