import { FC } from "react";
interface ArrowRightIconProps {
}
declare const ArrowRightIcon: FC<ArrowRightIconProps>;
export default ArrowRightIcon;
