import Component from '../../components/tab/tab.component.js'; import { type EventName } from '@lit/react'; import type { AWCCloseEvent } from '../../events/events.js'; export type { AWCCloseEvent } from '../../events/events.js'; /** * @summary Tabs are used inside [tab groups](?path=/docs/components-tab-group--documentation) to represent and activate [tab panels](?path=/docs/components-tab-panel--documentation). * @documentation https://webcomponents.adeliom.io/?path=/docs/components-tab-tab--documentation * @status stable * @since 1.0 * * @dependency awc-icon-button * * @slot - The tab's label. * * @event awc-close - Emitted when the tab is closable and the close button is activated. * * @csspart base - The component's base wrapper. * @csspart close-button - The close button, an ``. * @csspart close-button__base - The close button's exported `base` part. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; }>; export default reactWrapper;