import React from 'react'; declare const EditorComponent: (props: any) => React.JSX.Element; export default EditorComponent;