import { ScrollArea as ScrollAreaPrimitive } from "radix-ui"; import type { ComponentProps } from "react"; export declare function ScrollArea({ className, children, ...props }: ComponentProps): import("react/jsx-runtime").JSX.Element; export declare function ScrollBar({ className, orientation, ...props }: ComponentProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=scroll-area.d.ts.map