import { TabsProps } from "./type.mjs";
import { Tabs } from "./Tabs.mjs";
export { TabsProps, Tabs as default };