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