export declare const isScrollbarInViewport: (containerElement: HTMLElement, scrollbarElement: HTMLElement) => boolean; export declare const updateScrollbarPosition: (containerElement: HTMLElement, scrollbarElement: HTMLElement, scrollbarChildElement: HTMLElement, currentScrollLeft: number) => void;