/// import 'react-tabs/style/react-tabs.css'; declare const Tab: { (props: any): JSX.Element; tabsRole: string; }; declare const Tabs: { (props: any): JSX.Element; tabsRole: string; }; declare const TabList: { (props: any): JSX.Element; tabsRole: string; }; declare const TabPanel: { (props: any): JSX.Element; tabsRole: string; }; export { Tab, Tabs, TabList, TabPanel };