declare const handleScroll: (elementName: string, setScrollTop: (scrollTop: number) => void, index: number) => void; export default handleScroll;