import React from 'react'; export declare const ScrollArea: ({ children, height, backgroundColor, mobileDirection, }: { children: React.ReactNode; height?: number | undefined; backgroundColor?: string | undefined; mobileDirection?: "horizontal" | "vertical" | undefined; }) => import("react/jsx-runtime").JSX.Element;