import React from 'react'; interface GlobalSmoothScrollProps { children?: React.ReactElement; } declare const GlobalSmoothScroll: React.ComponentType; export default GlobalSmoothScroll;