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