///
import { MessageDescriptor } from 'react-intl';
import TierCategory from '../utils/leagues/tierCategories';
export declare const TIER_CATEGORY_NAME_MAPPING: Record;
type LeagueTierNameProps = {
id: TierCategory.Id;
};
export declare function LeagueTierCategoryName({ id }: LeagueTierNameProps): JSX.Element;
export {};