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