import React from 'react'; declare const SwipeToRefresh: { ({ children, loading, onRefresh }: { children: any; loading: any; onRefresh: any; }): React.JSX.Element; displayName: string; }; declare const SwipeToRefreshWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{ children: any; loading: any; onRefresh: any; }>; export { SwipeToRefresh, SwipeToRefreshWithSchema };