import Taro from '@tarojs/api';
/**
 * 将页面滚动到目标位置
 */
declare const pageScrollTo: typeof Taro.pageScrollTo;
export { pageScrollTo };
