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