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