/**
 * 获取 scrollTop
 */
declare function getScrollTop(): number;

export { getScrollTop };
