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