import type { Extension } from '@codemirror/state'; import type { KeyBinding } from '@codemirror/view'; import type { EditorReference } from '../type'; import { EditorView } from '@codemirror/view'; export declare const BASIC_KEYMAPS: Array; export declare const BASIC_EXTENSIONS: Extension; export declare const CSS_CLASS_NAMES: Record; export interface Reference extends EditorReference { editorView: EditorView | null; editorViewReference: HTMLDivElement | null; } export declare const Index: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; export default Index;