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

declare const ArrowLeft: ReactIconComponentType;
export default ArrowLeft;
            