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