import { ReactTabsFunctionComponent, TabListProps, TabPanelProps, TabProps, TabsProps } from 'react-tabs'; declare const CustomTab: ReactTabsFunctionComponent; declare const CustomTabList: ReactTabsFunctionComponent; declare const CustomTabs: ReactTabsFunctionComponent; declare const CustomTabPanel: ReactTabsFunctionComponent; export { CustomTab as Tab, CustomTabList as TabList, CustomTabPanel as TabPanel, CustomTabs as Tabs };