import * as React from 'react'; export declare function useScrollHandler(onScroll: (event: Event) => void, anchorRef: React.RefObject, disabled?: boolean): void;