/// <reference types="@types/react" />
import React from 'react';
declare const ChevronLeft: React.FunctionComponent;
export default ChevronLeft;
