import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; import { ScrollArea as ScrollArea$1 } from 'radix-ui'; declare function ScrollArea({ className, children, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function ScrollBar({ className, orientation, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; export { ScrollArea, ScrollBar };