import EditorState from '../EditorState'; export default function handleKeyDown(editorState: EditorState, event: KeyboardEvent): EditorState | void | null;