import Tabs from './Tabs';
export type { TabsProps, TabsCssVars } from './Tabs';
export type { TabPanelProps } from './TabPanel';
export default Tabs;
