import { IconProps } from './types';
export declare const ArrowRightIcon: import('react').ForwardRefExoticComponent<Omit<IconProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
export default ArrowRightIcon;
