import { IntlConfig, Formatters, IntlFormatters } from '../types'; export declare function formatDisplayName({ locale, onError }: Pick, getDisplayNames: Formatters['getDisplayNames'], value: Parameters[0], options?: Parameters[1]): string | undefined;