import { IIconProps } from '@icon-park/svg/lib/runtime';
declare const ArrowRightDown: (props: IIconProps) => JSX.Element;
export default ArrowRightDown;
