import { TEditor } from '@udecode/slate-plugins-core'; /** * Unwrap if the node type is in selection. * Wrap otherwise. */ export declare const toggleWrapNodes: (editor: TEditor, type: string) => void; //# sourceMappingURL=toggleWrapNodes.d.ts.map