import { FC } from "react"; import type { TabsProps } from "./types"; declare const Tabs: FC; export default Tabs; //# sourceMappingURL=tabs.d.ts.map