import React from 'react'; import type { RefreshControlProps } from './types'; declare const RefreshControl: React.NamedExoticComponent; export { RefreshControl }; //# sourceMappingURL=RefreshControl.d.ts.map