declare module "@mui/material/Icon" { interface IconPropsColorOverrides { primary: true; disabled: true; action: true; inherit: true; secondary: true; error: true; info: true; success: true; warning: true; brand: true; } } declare module "@mui/material/SvgIcon" { interface SvgIconPropsColorOverrides { primary: true; disabled: true; action: true; inherit: true; secondary: true; error: true; info: true; success: true; warning: true; brand: true; } } export {};