import { FC } from "react"; import { TabsItemProps, TabsProps } from "./Tabs.types"; declare const Tabs: FC & { Item: FC; }; export default Tabs;