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