import Component from '../../components/tab/tab.component.js'; import { type EventName } from '@lit/react'; import type { SlCloseEvent } from '../../events/events.js'; export type { SlCloseEvent } from '../../events/events.js'; /** * @summary Tabs are used inside [tab groups](/components/tab-group) to represent and activate [tab panels](/components/tab-panel). * @documentation https://shoelace.style/components/tab * @status stable * @since 2.0 * @pattern stable * @figma ready * * @dependency sl-icon-button * * @slot - The tab's label. * * @event sl-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. * * @cssproperty --group-track-width - Used to calculate the tab's padding and border width. Must match the tab group's track width (default is 1px). */ declare const reactWrapper: import("@lit/react").ReactWebComponent; }>; export default reactWrapper;