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