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