import { IconProps } from '../lib';
declare function Repeat(props: IconProps): JSX.Element;
export default Repeat;
