import { Component } from "jsx-md";
import { PackageJSON } from "../../PackageJSON";
/** @internal */
interface Props {
    branch?: string;
    workflowName: string;
    pkg: Readonly<PackageJSON>;
}
/** Display a badge with the status of a GitHub Workflow */
export declare const GithubWorkflowBadge: Component<Props>;
export {};
