import { IconDefinition } from '../../types';
declare const ArrowRight: IconDefinition;
export default ArrowRight;
