import { Tabs, TabsProps as ReachTabsProps, TabsOrientation } from '@reach/tabs'; export declare type TabsProps = ReachTabsProps; export { TabsOrientation }; export default Tabs;