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