import React from "react"; import { ArrowIconBaseProps } from "../ArrowIconBase"; export type ArrowRightIconProps = Omit; declare const ArrowRightIcon: React.FC; export default ArrowRightIcon; //# sourceMappingURL=ArrowRightIcon.d.ts.map