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