export default function scrollTopAnimation(target: Element, nextTop: number, animation?: boolean, callback?: (top: number) => void): void;
