import * as class_variance_authority_types from 'class-variance-authority/types'; import * as react_jsx_runtime from 'react/jsx-runtime'; import { Tabs as Tabs$1 } from '@base-ui/react/tabs'; import { VariantProps } from 'class-variance-authority'; declare function Tabs({ className, orientation, ...props }: Tabs$1.Root.Props): react_jsx_runtime.JSX.Element; declare const tabsListVariants: (props?: ({ variant?: "line" | "default" | null | undefined; } & class_variance_authority_types.ClassProp) | undefined) => string; declare function TabsList({ className, variant, ...props }: Tabs$1.List.Props & VariantProps): react_jsx_runtime.JSX.Element; declare function TabsTrigger({ className, ...props }: Tabs$1.Tab.Props): react_jsx_runtime.JSX.Element; declare function TabsContent({ className, ...props }: Tabs$1.Panel.Props): react_jsx_runtime.JSX.Element; export { Tabs, TabsContent, TabsList, TabsTrigger, tabsListVariants };