import type { FC } from 'react'; import type { CreateSuperFormItemProps } from '../../createSuperFormItem'; import type { ProFormCodeEditorProps } from './ProFormCodeEditor'; import ProFormCodeEditor from './ProFormCodeEditor'; export declare type SuperCodeEditorProps = CreateSuperFormItemProps; export declare const SuperCodeEditor: FC; export default ProFormCodeEditor;