import Tabs from "./Tabs"; import TabsItem from "./TabsItem"; import TabsList from "./TabsList"; import TabsPanel from "./TabsPanel"; declare const TabsRoot: typeof Tabs & { Item: typeof TabsItem; List: typeof TabsList; Panel: typeof TabsPanel; }; export default TabsRoot; export type { Props as TabsProps, ItemProps as TabsItemProps } from "./Tabs.types";