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