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