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