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