import React from 'react';
import type { TabsProps } from './components/Tabs';
export declare function useTabsContext(): TabsProps;
export declare function TabsProvider(props: React.PropsWithChildren<TabsProps>): JSX.Element;
