import { IconProps } from '../lib';
declare function Repeat({ weight, color, size, style }: IconProps): JSX.Element;
export default Repeat;
