import * as class_variance_authority_types from 'class-variance-authority/types'; import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; import { VariantProps } from 'class-variance-authority'; import { Tabs as Tabs$1 } from 'radix-ui'; import { HorizontalScrollRegion } from './horizontal-scroll-region.js'; import './horizontal-scroll-controls.js'; declare function Tabs({ className, orientation, ...props }: React.ComponentProps): 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 }: React.ComponentProps & VariantProps): react_jsx_runtime.JSX.Element; declare function TabsTrigger({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function TabsContent({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; /** Wrap {@link TabsList} when tabs may overflow horizontally (zoom / narrow viewports). */ declare function TabsListScrollRegion({ children, className, ariaLabel, scrollClassName, }: React.ComponentProps): react_jsx_runtime.JSX.Element; export { Tabs, TabsContent, TabsList, TabsListScrollRegion, TabsTrigger, tabsListVariants };