export default function smoothScroll(elemYPos: number, _speed?: number, afterScroll?: (...args: any[]) => void, afterScrollArgs?: any[]): void;
