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