import type { BadgeComponent } from "./utils/BadgeComponent";
/** Display a badge with the weekly downloads on npm of this package. */
export declare const NpmDownloadsBadge: BadgeComponent;
