import type { FC } from 'react'; import type { CreateSuperFormItemProps } from '../../createSuperFormItem'; import type { ProFormEditorProps } from './ProFormEditor'; import ProFormEditor from './ProFormEditor'; export declare type SuperEditorProps = CreateSuperFormItemProps; export declare const SuperEditor: FC; export default ProFormEditor;