import type { IconProps } from '../types/index'; declare function SvgRenew(iconProps: IconProps): JSX.Element; declare namespace SvgRenew { var displayName: string; } export default SvgRenew;