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