/// <reference types="react" />
declare function ArrowRight(props: any): JSX.Element;
export default ArrowRight;
