/** * Returns the current scroll Y position of the window. * Automatically updates on scroll. */ export declare function useScrollPosition(): number;