/// import { type BadgeContentRecipeVariants } from './@common/BadgeContent/BadgeContent.css'; import { type ElementProps } from '../../../types/element/elementProps'; export type BadgeOwnProps = BadgeContentRecipeVariants & { content?: React.ReactNode; maximum?: number; showZero?: boolean; }; export type BadgeProps = ElementProps<'span', BadgeOwnProps>; export declare const Badge: { ({ content, size, variant, color, maximum, showZero, ...spanProps }: BadgeProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; //# sourceMappingURL=Badge.d.ts.map