import { QwikIntrinsicElements } from "@builder.io/qwik"; type ScrollAreaScrollbarProps = { orientation?: "horizontal" | "vertical"; } & QwikIntrinsicElements["div"]; declare const ScrollAreaScrollbar: import("@builder.io/qwik").Component; declare const Scrollbar: import("@builder.io/qwik").Component; export { ScrollAreaScrollbar, Scrollbar };