export declare function isScrollingWithinScrollbarBounds(scrollPos: number, maxScrollPos: number): boolean;
