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