import { BoxProps } from "./Box.js";
import type { ForwardRef } from "./types.js";
export type BadgeProps = BoxProps;
export declare const Badge: ForwardRef<HTMLDivElement, BadgeProps>;
