import type { BadgeComponent } from "./utils/BadgeComponent";
/** Show a badge with the count of open issues on GitHub */
export declare const GithubIssuesBadge: BadgeComponent;
