import { SVGProps } from 'react'; declare const SvgRepeat: (props: SVGProps) => JSX.Element; export default SvgRepeat;