import '@ant-design/compatible/assets/index.less'; import { FormComponentProps } from '@ant-design/compatible/es/form'; import React from 'react'; import './index.less'; interface DataModalType extends FormComponentProps { visible?: boolean; onCancel?: any; onChange?: any; option?: any[]; id?: any; appId?: string; selectedComp?: any; pagePath?: string; onOpenDataSourcePanel?: any; $$reqPrefix?: string; wrapRef?: any; getEditorApi: any; } declare const _default: import("@ant-design/compatible/lib/form/interface").ConnectedComponentClass, import("@ant-design/compatible/lib/_util/types").Omit>; export default _default;