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