declare const stopPropagationOfScrollingWheelEvents: (scrollingContainer: HTMLElement) => void;
export default stopPropagationOfScrollingWheelEvents;
