import Component from '../../components/tag/tag.js'; import { type EventName } from '@lit/react'; import type { WaRemoveEvent } from '../../events/events.js'; export type { WaRemoveEvent } from '../../events/events.js'; /** * @summary Tags label, categorize, or represent selections with a compact visual marker. Use them for status * indicators, filters, or removable chips. * @documentation https://webawesome.com/docs/components/tag * @status stable * @since 2.0 * * @dependency wa-button * * @slot - The tag's content. * * @event wa-remove - Emitted when the remove button is activated. * * @csspart base - The component's base wrapper. * @csspart content - The tag's content. * @csspart remove-button - The tag's remove button, a ``. * @csspart remove-button__base - The remove button's exported `base` part. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; }>; export default reactWrapper;