import { SvgIconProps } from "@mui/material"; declare const ChevronLeft: ({ color, htmlColor, sx, ...otherProps }: SvgIconProps) => import("react/jsx-runtime").JSX.Element; export default ChevronLeft;