import { ForwardRefExoticComponent, RefAttributes } from 'react'; import { ScrollAreaRootProps, ScrollAreaScrollbarProps } from '@base-ui/react/scroll-area'; declare const ScrollArea: ForwardRefExoticComponent & RefAttributes>; declare const ScrollBar: ForwardRefExoticComponent & RefAttributes>; export { ScrollArea, ScrollBar };