import React from 'react'; import { TabContextValue } from './interface'; declare const TabsContext: React.Context; export default TabsContext;