import { Editor } from "slate"; declare const withParagraph: (editor: Editor) => import("slate").BaseEditor; export default withParagraph;