import type { FC } from 'react';
import type { SubFormItemEditorProps } from './type';
import './index.less';
export declare function randomString(): string;
declare const SubFormItemEditor: FC<SubFormItemEditorProps>;
export default SubFormItemEditor;
