/**
 * 设置 scrollTop
 */
declare function setScrollTop(scrollTop?: number): void;

export { setScrollTop };
