import { ViewProps } from 'react-native';
interface NativePullToRefreshProps extends ViewProps {
}
export declare const NativePullToRefresh: import("react-native").HostComponent<NativePullToRefreshProps>;
export {};
