import { EditorView } from '@codemirror/view'; import { Compartment } from '@codemirror/state'; export declare const useEditorClasses: (compartment: Compartment, editor: EditorView | undefined, classNamesContent?: string[]) => void;