/// <reference types="react" />
import { IconProps } from '../types';
declare const ChevronLeft: ({ srText }: IconProps) => JSX.Element;
export default ChevronLeft;
