import { GlobalConfig } from './types/global-config';
import { EditorRef } from './types/ref';
declare const EditorWrapper: import('react').ForwardRefExoticComponent<GlobalConfig & import('react').RefAttributes<EditorRef>>;
export default EditorWrapper;
