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