import { Component } from "jsx-md";
import { PackageJSON } from "../../PackageJSON";
/** @internal */
interface Props {
    branch?: string;
    pkg: Readonly<PackageJSON>;
}
/** Display a badge with the status of Coveralls Build, https://coveralls.io/ */
export declare const CoverallsBadge: Component<Props>;
export {};
