import { LabelProps } from '../../label/Label.js';
export type FormLabelProps = LabelProps;
/**
 * `TanstackFormLabel` renders the label for the current TanStack form field.
 * It is used to provide context for the form field.
 */
declare const TanstackFormLabel: import('react').ForwardRefExoticComponent<LabelProps & import('react').RefAttributes<HTMLLabelElement>>;
export { TanstackFormLabel };
