import Component from "../../components/tag/tag.component.js"; import { type EventName } from "@lit/react"; import type { PRemoveEvent } from "../../events/events.js"; export type { PRemoveEvent } from "../../events/events.js"; /** * @summary Tags are used as labels to organize things or to indicate a selection. * @documentation https://pureui.online/components/tag * @status stable * @since 1.0 * * @dependency p-icon-button * * @slot - The tag's content. * * @event p-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, an ``. * @csspart remove-button__base - The remove button's exported `base` part. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; }>; export default reactWrapper;