import * as React from 'react'; interface UseFieldDescriptionParameters { id: string | undefined; } export declare function useFieldDescription(params: UseFieldDescriptionParameters): { getDescriptionProps: (externalProps?: {}) => import("../../utils/types").WithBaseUIEvent, HTMLSpanElement>, "ref"> & { ref?: ((instance: HTMLSpanElement | 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; }>; }; export {};