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