///
import { MessageDescriptor } from 'react-intl';
import { MapLaneOutcome } from './common';
export declare const MAP_LANE_OUTCOME_NAME_MAPPING: Record;
type MapLaneOutcomeNameProps = {
enum: MapLaneOutcome;
isRadiant?: boolean;
};
export declare function MapLaneOutcomeName(props: MapLaneOutcomeNameProps): JSX.Element;
export {};