export declare enum ScrollDirection {
    up = 0,
    down = 1
}
export declare const useScrollDirection: () => ScrollDirection;
