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