import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const ArrowRight: React.MemoExoticComponent>; declare type ArrowRightRef = PathIconRef; declare type ArrowRightProps = PathIconProps; export { ArrowRight }; export type { ArrowRightRef, ArrowRightProps }; export default ArrowRight;