/**
 * 滚动到页面顶部
 */
declare function scrollToTop(): void;

export { scrollToTop };
