type IScrollPosition = 'top' | 'scrolling' | 'bottom'; export declare function useScroll(): { scrollRef: import("vue").Ref; isHasScrollBar: import("vue").Ref; scrollPosition: import("vue").Ref; }; export {};