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