import { ComponentType, FC } from 'react'; import { ReturnProps, IWrappedComponent } from './types'; declare function withEditor(WrappedComponent: ComponentType>): FC>; export default withEditor;