/**
* Prevents programatic scrolling of the viewport with `scrollIntoView`.
* Should be used in conjunction with a scroll lock to prevent a user from scrolling.
*
* @returns scroll top offset of the viewport
*/exportdefault function usePreventProgrammaticScroll(): number;