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