import { ReactIconComponentType } from '../types';

declare const ArrowRight: ReactIconComponentType;
export default ArrowRight;
            