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 - The component's base wrapper. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;