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

declare const ChevronLeft: ReactIconComponentType;
export default ChevronLeft;
            