declare type StopPullDownRefreshCallbackOptions = import("../../common").CallbackOptions; export interface StopPullDownRefreshOptions extends StopPullDownRefreshCallbackOptions { } export {};