import * as React$1 from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import * as TabsPrimitive from "@radix-ui/react-tabs"; //#region src/react/ui/tabs.d.ts /** Tabbed interface for organizing content into separate panels */ declare function Tabs({ className, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; /** Container for tab trigger buttons */ declare function TabsList({ className, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; /** Button that activates a tab panel */ declare function TabsTrigger({ className, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; /** Content panel associated with a tab */ declare function TabsContent({ className, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; //#endregion export { Tabs, TabsContent, TabsList, TabsTrigger }; //# sourceMappingURL=tabs.d.ts.map