import React from 'react'; import cx from 'classnames'; export interface Props { accessibilityLabel?: string; className?: Parameters[0]; } export declare const Refresh: React.FC; export default Refresh; //# sourceMappingURL=Refresh.d.ts.map