/// <reference types="react" />
import { SvgIconTypeMap } from "@material-ui/core/SvgIcon";
export declare type IconProps = SvgIconTypeMap["props"] & React.SVGProps<SVGSVGElement>;
