import SvgIcon from '@material-ui/core/SvgIcon'; declare function createSvgIcon(path: React.ReactNode, displayName: string): typeof SvgIcon; export default createSvgIcon;