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