/** * @param element EventTarget */ export default function trackScroll(element: EventTarget, options: any, callback: Function): { destroy: () => void; };