/// <reference types="react" />
import { SVGType } from './type/SVGType';
declare const RefreshCw: (props: SVGType<SVGSVGElement>) => JSX.Element;
export { RefreshCw };
