import React from 'react';
import { ContextType } from './types';
export declare const Context: React.Context<ContextType<string> | undefined>;
export declare const TabNameContext: React.Context<string | undefined>;
//# sourceMappingURL=Context.d.ts.map