import type { ScrollAreaThumbProps } from "../types.js"; type $$ComponentProps = Omit & { id: string; present: boolean; }; declare const ScrollAreaThumbImpl: import("svelte").Component<$$ComponentProps, {}, "ref">; type ScrollAreaThumbImpl = ReturnType; export default ScrollAreaThumbImpl;