import React from "react";
import { IconProps } from "../../types";
declare const ChevronLeftIcon: (props: IconProps) => React.JSX.Element;
export default ChevronLeftIcon;
