import { SlatePlugin, SlatePluginComponent, SlatePluginOptions, SPEditor, TEditor } from '@udecode/slate-plugins-core'; import { ReactEditor } from 'slate-react'; import { DefaultSlatePluginKey } from './createSlatePluginsOptions'; /** * Quick helper to create an editor with plugins. * - createEditor * - withSlatePlugins * - createReactPlugin * - createHistoryPlugin * - options * - components */ export declare const createEditorPlugins: ({ editor, plugins, options, components, }?: { editor?: TEditor | undefined; plugins?: SlatePlugin[] | undefined; options?: Partial>> | undefined; components?: Partial> | undefined; }) => import("slate").BaseEditor & import("@udecode/slate-plugins-core").AnyObject & { children: any[]; } & E; //# sourceMappingURL=createEditorPlugins.d.ts.map