import React from 'react';
import type { TabsContextValue } from './types';
export declare const TabsContext: React.Context<Partial<TabsContextValue>>;
