import Tabs from "./Tabs";
export type { ITabsProps } from "./Tabs";
export type { ITabProps as ITabsTabProps } from "./Tab";
export default Tabs;
