import { PhosphorIconWeight } from './icon.consts'; export declare type BadgeVariant = 'default' | 'success' | 'warning' | 'danger' | 'info'; export declare type BadgeSize = 'small' | 'medium' | 'large'; export declare type BadgeIconWeight = PhosphorIconWeight; export declare const CHIP_LABEL_CLASS = "mdc-evolution-chip__text-label";