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