export type ScrollDirection = 'up' | 'down' | 'unknown'; export declare function useScrollDirection(): ScrollDirection;