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