import { type TabAttributesType } from '../types';
export declare const TabContext: import('react').Context<TabAttributesType | null>;
