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