import React from 'react'; import { ITabsProps } from './Tabs.types'; /** * The Tabs component make easy to explore and switch between different views. */ declare const Tabs: React.ForwardRefExoticComponent>; export default Tabs;