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