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