import * as React from "react"; import type { IconProps } from "../types"; declare const ArrowRight: React.ForwardRefExoticComponent>; export default ArrowRight; //# sourceMappingURL=arrow-right.d.ts.map