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