/** * Usage: * usePreventScroll(, ); * * `level` allows you to control whether the styles * are passed to html or body, whichever level makes more sense * for your application. **/ declare function usePreventScroll(level: 'body' | 'html', enabled?: boolean): void; export default usePreventScroll; //# sourceMappingURL=use-prevent-scroll.d.ts.map