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