import type { RefObject, SyntheticEvent } from "react";
export declare const useHorizontalScrollbars: () => [RefObject<HTMLDivElement>, number, (nextScrollX: number) => void, (event: SyntheticEvent<HTMLDivElement>) => void, () => void, () => void];
