import Component from '../../components/badge/badge.js'; /** * @summary Badges are used to draw attention and display statuses or counts. * @documentation https://webawesome.com/docs/components/badge * @status stable * @since 2.0 * * @slot - The badge's content. * * @csspart base - The component's base wrapper. * * @cssproperty --pulse-color - The color of the badge's pulse effect when using `attention="pulse"`. * */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;