import * as react_jsx_runtime from 'react/jsx-runtime'; import { ScrollArea as ScrollArea$1 } from '@base-ui/react/scroll-area'; declare function ScrollArea({ className, children, ...props }: ScrollArea$1.Root.Props): react_jsx_runtime.JSX.Element; declare function ScrollBar({ className, orientation, ...props }: ScrollArea$1.Scrollbar.Props): react_jsx_runtime.JSX.Element; export { ScrollArea, ScrollBar };