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