import type { PropertiesTableProps } from '../../../shared/types';
/**
 * Documentation for the useValueProps hook parameters.
 *
 * The useValueProps hook handles value display components (Value.*) that
 * show data in read-only format, connecting to DataContext and supporting
 * label/visibility inheritance from associated fields.
 */
export declare const useValuePropsParameters: PropertiesTableProps;
/**
 * Documentation for the useValueProps hook return values.
 *
 * Returns all input props plus computed `value` and `label` ready for display.
 */
export declare const useValuePropsReturns: PropertiesTableProps;
