import type { BadgeComponent } from "./utils/BadgeComponent";
/** Display a badge with the most recent version of this package on npm. */
export declare const NpmBundleSizeBadge: BadgeComponent;
