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