export declare function useWheeling(resetDelay?: number): readonly [() => boolean, (newValue: boolean) => void];