import { FunctionComponent } from 'react';
import { WebPullToRefreshProps } from "../../types";
export declare const PullToRefresh: FunctionComponent<Partial<WebPullToRefreshProps>>;
