import type { BadgeComponent } from "./utils/BadgeComponent";
/** Show a badge with the count of Hits(Page View Counter) on a particular Repo on GitHub */
export declare const HitsBadge: BadgeComponent;
