/**
 * 浏览器滚动到顶部
 */
declare const scrollBottom: (behavior?: any) => void;
export default scrollBottom;
