export interface ScrollAreaProps { } declare const ScrollArea: (_: ScrollAreaProps, children: any) => any; export default ScrollArea;