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