import type { FormItemProps } from 'antd'; import React from 'react'; declare function SearchFormFormItem(props: FormItemProps): React.ReactElement; export default SearchFormFormItem;