import React from 'react'; interface ArrowRightProps { } declare const ArrowRight: React.FC; export default ArrowRight;