import type { FormProps, FormInstance } from 'antd'; import React from 'react'; import type { SearchFormRowPropsCommon } from './interface'; declare const _default: (props: FormProps & SearchFormRowPropsCommon & { children?: React.ReactNode; } & { ref?: React.Ref> | undefined; }) => React.ReactElement; export default _default;