import { Animation } from '@douyinfe/semi-animation'; declare const scrollTo: (element: HTMLElement, to: number, duration: number) => Animation; export default scrollTo;