/// import { IconProps } from '../../types'; declare const RefreshCircle: (allProps: IconProps) => JSX.Element; export default RefreshCircle;