import React from 'react'; import type { FormComponentProps } from '@ant-design/compatible/es/form'; import './dependency.less'; import { EditorPluginClass } from '../../utils/plugin/EditorPlugin'; interface DependencySettingViewProps extends FormComponentProps { isUsed?: boolean; editorPluginInst: EditorPluginClass; } declare const _default: import("@ant-design/compatible/lib/form/interface").ConnectedComponentClass>, import("@ant-design/compatible/lib/_util/types").Omit>; export default _default;