import type { SharedFormFieldContextProps } from '../contexts/FormFieldContext.js'; /** * @internal */ export declare const useFormFieldContext: () => SharedFormFieldContextProps;