import React from "react";
interface XPBadgeProps {
    xp: number;
}
export declare const XPBadge: React.FC<XPBadgeProps>;
export {};
