import { Component } from "jsx-md";
import { PackageJSON } from "../../PackageJSON";
/** @internal */
interface Props {
    branch?: string;
    style?: "svg" | "shield";
    pkg: Readonly<PackageJSON>;
}
/** Display a badge with the status of CircleCI Build */
export declare const CircleCIBadge: Component<Props>;
export {};
