import { ISvgIconProps } from './withSvgIcon'; import { SvgIconProps } from '@mui/material'; import { ReactNode } from 'react'; export declare const withSvgIconSimple: (element: ReactNode, extraProps?: SvgIconProps) => import('react').ForwardRefExoticComponent & import("react").RefAttributes>; //# sourceMappingURL=withSvgIconSimple.d.ts.map