import { Component } from "jsx-md";
import { PackageJSON } from "../../PackageJSON";
/** @internal */
interface Props {
    pkg: Readonly<PackageJSON>;
}
/** Display a badge with the status of a CLA Assistant*/
export declare const CLAAssistantBadge: Component<Props>;
export {};
