import { Editor, RenderBlockProps } from "slate-react"; import { Editor as CoreEditor } from "slate"; export declare const separatorPlugin: () => { renderBlock: (props: RenderBlockProps, editor: CoreEditor, next: () => any) => any; onKeyDown: (event: KeyboardEvent, editor: Editor, next: () => any) => any; sidebarButtons: ((props: { editor: Editor; }) => JSX.Element)[]; serializers: ((el: any, next: any) => { object: string; type: string; nodes: any; })[]; }; //# sourceMappingURL=separatorPlugin.d.ts.map