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