import Component from '../../components/tab/tab.component.js'; import { type EventName } from '@lit/react'; import type { TerraCloseEvent } from '../../events/events.js'; export type { TerraCloseEvent } from '../../events/events.js'; /** * @summary Tabs are used inside [tabs](/components/tabs) to represent and activate [tab panels](/components/tab-panel). * @documentation https://terra-ui.netlify.app/components/tab * @status stable * @since 1.0 * * @dependency terra-icon * * @slot - The tab's label. For icon-only tabs, place a `` here. * * @event terra-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 icon. * * @cssproperty --terra-tab-* - All tab design tokens from horizon.css are supported. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; }>; export default reactWrapper;