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