import * as React from 'react'; export declare function useFieldControlValidation(): { getValidationProps: (externalProps?: {}) => import("../../utils/types").WithBaseUIEvent; getInputValidationProps: (externalProps?: {}) => import("../../utils/types").WithBaseUIEvent, HTMLInputElement>, "ref"> & { ref?: ((instance: HTMLInputElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject | null | undefined; }>; inputRef: React.MutableRefObject; commitValidation: (value: unknown) => Promise; };