import type { RefObject } from 'react'; import type { FormItemConfig, FormItemProps, RenderControlFn } from './types'; export declare const useFormItem: (props: FormItemProps, config: Omit, controlRef: RefObject, renderInnerControl: RenderControlFn) => JSX.Element;