/** * Toggle the body scroll / overflow and additional styling * necessary to preserve scroll position and body width (scrollbar replacement) * * @param {boolean} preventScroll - whether or not to prevent body scrolling */ export default function preventBodyScroll(preventScroll: boolean): void;