import type { _ScrollbarStubProps } from "../types.js"; declare const ScrollAreaScrollbarX: import("svelte").Component<_ScrollbarStubProps, {}, "">; type ScrollAreaScrollbarX = ReturnType; export default ScrollAreaScrollbarX;