import SvgIcon from '@material-ui/core/SvgIcon'; declare function create(svg: string, componentName: string): typeof SvgIcon; export { create };