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