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