import { SvgIconProps as MuiSvgIconProps } from '@mui/material'; export type SvgIconProps = MuiSvgIconProps; export declare const SvgIcon: import('@mui/material/OverridableComponent').OverridableComponent> & { muiName: string; };