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