import { RefObject } from "react";
export declare const useScrollYPosition: (ref: RefObject<HTMLElement>) => number;
