/// import { MessageDescriptor } from 'react-intl'; import Tier from '../utils/leagues/tiers'; export declare const TIER_NAME_MAPPING: Record; type LeagueTierNameProps = { id: Tier.Id; }; export declare function LeagueTierName({ id }: LeagueTierNameProps): JSX.Element; export {};