import './Badge.css';
import type { BadgeBaseProps } from './index';
export declare const cnBadge: import("@bem-react/classname").ClassNameFormatter;
export declare const Badge: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<BadgeBaseProps, "div", "as">;