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