///
import type { TabsListProps } from "./TabsList";
export declare type TabsProps = Omit;
/**
* The `Tabs` component is used to render all the configured `tabs` from the
* parent `TabsManager` component inside of the `TabsList`.
*/
export declare const Tabs: import("react").ForwardRefExoticComponent>;