export default function RankIcon({ blrank, ssrank }: {
    blrank: boolean;
    ssrank: boolean;
}): import("react/jsx-runtime").JSX.Element;
