import { EditorView } from '@codemirror/view'; import { type MutableRefObject } from 'react'; /** Returns the default key maps for the editor */ export declare const getKeyMaps: (viewRef: MutableRefObject) => import("@codemirror/state").Extension[];