import type React from "react"; import { ScrollArea as ShadcnScrollArea, ScrollBar as ShadcnScrollBar } from "src/shadcn/components/scroll-area"; declare const ScrollArea: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const ScrollBar: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; export { ScrollArea, ScrollBar };