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