import { IconProps } from '../types'; import React from 'react'; declare const ArrowForwardIcon: React.FC; export default ArrowForwardIcon;