import * as React$1 from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area"; //#region src/react/ui/scroll-area.d.ts /** Container with custom scrollbars for overflow content */ declare function ScrollArea({ className, children, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; /** Scrollbar component for the scroll area */ declare function ScrollBar({ className, orientation, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; //#endregion export { ScrollArea, ScrollBar }; //# sourceMappingURL=scroll-area.d.ts.map