import React from 'react'; declare const RecordListWrapperWithDataSource: (props: import("./type").RecordListWrapperProps & import("../../dataSourceForm/utils").WithModeProps & import("../../dataSourceForm/utils").WithFormItemProps & { options?: any; optionSourceType?: "default" | "custom" | "api" | undefined; labelField: string; valueField: string; extraParams?: Record | undefined; } & { dataSource?: any; extraParams?: Record | undefined; }) => React.JSX.Element; export default RecordListWrapperWithDataSource;