import { PageInstance } from '@tarojs/runtime';
declare function bindPageScroll(page: PageInstance, scrollEl: HTMLElement | Window, distance?: number): void;
export { bindPageScroll };
