import Component from '../../components/chip/chip.component.js'; import { type EventName } from '@lit/react'; import type { TerraRemoveEvent } from '../../events/events.js'; export type { TerraRemoveEvent } from '../../events/events.js'; /** * @summary Used for contacts and tags * @documentation https://terra-ui.netlify.app/components/chip * @status stable * @since 1.0 * * @slot - The chip's label. * * @event terra-remove - emitted when the chip's close button is clicked * * @cssproperty --terra-chip-background-color - The background color of the chip. * @cssproperty --terra-chip-color - The text color of the chip. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; }>; export default reactWrapper;