import '@ant-design/compatible/assets/index.less'; import type { FormComponentProps } from '@ant-design/compatible/es/form'; import React from 'react'; interface ObjectSettingViewProps extends FormComponentProps { initialValues: any; selectedDataSourceItem?: any; onChange?: (value: any, changedValues?: any) => void; isNew?: boolean; isUsed?: boolean; readonly?: boolean; isChangeDatasource?: boolean; objectPlaceholder?: string; showCustomProps?: (data: { service: { _serviceTitle: string; }; list: any[]; filter?: any[]; }) => void; onAttrListChange?: (data: any) => void; } declare const _default: import("@ant-design/compatible/lib/form/interface").ConnectedComponentClass>, import("@ant-design/compatible/lib/_util/types").Omit>; export default _default;