import { FunctionComponent } from 'react'; import { SvgIconProps } from '@mui/material'; export declare type IconComponent = FunctionComponent;