import { Editor } from "slate"; declare const domBeforeInput: (editor: Editor, e: InputEvent) => void; export default domBeforeInput;