import * as react_jsx_runtime0 from "react/jsx-runtime"; import { Tabs, TabsContent, TabsList, TabsTrigger } from "@gentleduck/registry-ui/tabs"; //#region src/components/mdx/mdx-components/tabs.d.ts declare function Tab({ className, ...props }: React.ComponentProps): react_jsx_runtime0.JSX.Element; declare function TabList({ className, ...props }: React.ComponentProps): react_jsx_runtime0.JSX.Element; declare function TabTrigger({ className, ...props }: React.ComponentProps): react_jsx_runtime0.JSX.Element; declare function TabContent({ className, ...props }: React.ComponentProps): react_jsx_runtime0.JSX.Element; //#endregion export { TabTrigger as i, TabContent as n, TabList as r, Tab as t };