export declare function useScrollDirection(threshold?: number): "up" | "down" | null;
