import { SxProps } from '@mui/material'; interface CloseIconProps { color?: string; sx?: SxProps; } declare const ChevronLeftDoubleIcon: ({ sx, color }: CloseIconProps) => import("@emotion/react/jsx-runtime").JSX.Element; export default ChevronLeftDoubleIcon;