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