import type { BadgeComponent } from "./utils/BadgeComponent";
/** Display a badge with the top language used for a GitHub repository */
export declare const GithubTopLanguageBadge: BadgeComponent;
