import { Icon } from "../../types/icon.mjs"; import React from "react"; //#region src/icons/arrow-right/ArrowRight.d.ts declare const ArrowRightIcon: { (props: Icon): React.JSX.Element; displayName: string; }; //#endregion export { ArrowRightIcon };