/** * inspired by https://github.com/jiangfengming/pull-to-refresh */ import './pull-to-refresh-control.js'; export declare function pulltorefresh(opts: any): boolean | (() => void);