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