import * as React from 'react'; import type { IEditorWrapperProps } from './EditorWrapper.types'; export declare const EditorWrapper: React.FunctionComponent;