/**
* @license
* Copyright 2023 Nuraly, Laabidi Aymen
* SPDX-License-Identifier: MIT
*/
import { NrTabsElement } from './tabs.component.js';
/**
* React wrapper for the nr-tabs component.
*
* @example
* ```jsx
* import { NrTabs } from '@nuralyui/tabs/react';
*
* const tabs = [
* { label: 'Tab 1', content:
Content 1
},
* { label: 'Tab 2', content: Content 2
}
* ];
*
* function MyComponent() {
* return (
* console.log('Tab clicked:', e.detail)}
* />
* );
* }
* ```
*/
export declare const NrTabs: import("@lit-labs/react").ReactWebComponent;
/**
* @deprecated Use NrTabs instead. Will be removed in next major version.
*/
export declare const HyTabsComponent: import("@lit-labs/react").ReactWebComponent;
//# sourceMappingURL=react.d.ts.map