import Component from '../../components/tab-panel/tab-panel.js'; /** * @summary Tab panels hold the content shown for a single tab inside a tab group. * @documentation https://webawesome.com/docs/components/tab-panel * @status stable * @since 2.0 * * @slot - The tab panel's content. * * @csspart base - The component's base wrapper. * * @cssproperty --padding - The tab panel's padding. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;