import * as React from 'react'; interface UseFieldLabelParameters { customTag: boolean; } export declare function useFieldLabel(params: UseFieldLabelParameters): { getLabelProps: (externalProps?: {}) => import("../../utils/types").WithBaseUIEvent, HTMLLabelElement>, "ref"> & { ref?: ((instance: HTMLLabelElement | 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 {};