/// <reference types="react" />
interface PullRefreshContextValue {
    distance: number;
}
declare const PullRefreshContext: import("react").Context<PullRefreshContextValue>;
export default PullRefreshContext;
