import * as react_jsx_runtime from 'react/jsx-runtime';
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
import React__default from 'react';

declare function ScrollArea({ className, children, ...props }: React__default.ComponentProps<typeof ScrollAreaPrimitive.Root>): react_jsx_runtime.JSX.Element;
declare function ScrollBar({ className, orientation, ...props }: React__default.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): react_jsx_runtime.JSX.Element;

export { ScrollArea, ScrollBar };
