import Component from '../../components/tab/tab.js'; /** * @summary Tabs label and activate an individual panel inside a tab group. * @documentation https://webawesome.com/docs/components/tab * @status stable * @since 2.0 * * @slot - The tab's label. * * @csspart base - Deprecated. Use the `tab` part instead. * @csspart tab - The component's outer wrapper. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;