/// import { SvgIconProps } from '@mui/material/SvgIcon'; interface IconProps extends SvgIconProps { className?: string; } declare function InfoIconOutlined({ className, sx }: IconProps): JSX.Element; export default InfoIconOutlined;