import { Editor } from './index'; export declare const getGlobalEditorValue: (state: any) => any; export declare const selectors: { editorValue: (state: Editor) => string; };