import * as React from 'react'; export declare const TabsContext: React.Context<{ activeTabId: string | undefined; }>;