import React from 'react'; declare const SelectWithDataSource: (props: import("antd").SelectProps & 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 SelectWithDataSource;