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