import type { PullToRefreshProps } from './PullToRefresh.types'; export declare function PullToRefresh({ onRefresh, pullThreshold, maxPullDistance, disabled, refreshing: externalRefreshing, pullingContent, refreshingContent, children, className, contentClass, }: PullToRefreshProps): import("react/jsx-runtime").JSX.Element; export declare namespace PullToRefresh { var displayName: string; }