export declare const useThrottledCallbackOnScroll: (disabled: boolean, callback: (event: Event) => void) => void;