import React from 'react'; import { ITabsTabProps } from './Tabs.types'; declare const Tab: React.FC; export default Tab;