import React from 'react';
import { RarityBadgeProps } from './RarityBadge.types';
import './RarityBadge.css';
declare const _default: React.MemoExoticComponent<{
    ({ rarity, className, size, withTooltip, i18n, onClick }: RarityBadgeProps): React.JSX.Element;
    defaultProps: {
        size: string;
        withTooltip: boolean;
    };
}>;
/**
 * @deprecated Should start using the same component migrated to UI2.
 */
export default _default;
