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