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