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