import { ReactIconComponentType } from '../types';

declare const ArrowBack: ReactIconComponentType;
export default ArrowBack;
            