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