import React from "react";

/**
 * arrow-right.svg
 */
declare const ArrowRightIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default ArrowRightIcon;
