/** * useContext wrapper for providing better API and checking if it is used within the necessary provider. * @internal */ export declare const useScrollContext: () => import("../contexts/ScrollContext.js").ScrollContextProps;