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