export declare function setupScroll(fixed?: boolean, target?: HTMLElement | string): { scrollRoot: import("vue").ShallowRef; isScrolledDown: import("vue").Ref; };