import Editor, { EditorSettings } from '../Editor'; /** Creates an editor. Should only be used in test files. */ declare const _default: (settings?: Partial) => Editor; export default _default;