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, viewportLabel, ...props }: React.ComponentProps & { /** Accessible name for the scroll viewport (WCAG 1.4.10 / keyboard scroll). */ viewportLabel?: string; }): react_jsx_runtime.JSX.Element; declare function ScrollBar({ className, orientation, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; export { ScrollArea, ScrollBar };