import type { PropertiesTableProps } from '../../../shared/types';
/**
 * Documentation for the useTranslation hook parameters.
 *
 * The useTranslation hook provides localized strings and translation utilities
 * for Forms components. It merges custom translations with built-in forms locales.
 */
export declare const useTranslationParameters: PropertiesTableProps;
/**
 * Documentation for the useTranslation hook return values.
 *
 * Returns utility functions for formatting messages, plus translation
 * string objects for each Forms domain (Field, Section, Wizard, Iterate).
 */
export declare const useTranslationReturns: PropertiesTableProps;
