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

declare const Back: ReactIconComponentType;
export default Back;
            