export declare const SvgIconRoot: import("@emotion/styled").StyledComponent & import("../types/slot").SlotCommonProps & { color?: import("@mui/types").OverridableStringUnion<"inherit" | "primary" | "info" | "warning" | "success" | "error", import("./SvgIcon.types").SvgIconPropsColorOverrides>; fontSize?: import("..").TypographyProps["variant"]; htmlColor?: string; inheritViewBox?: boolean; shapeRendering?: string; size?: import("@mui/types").OverridableStringUnion<"small" | "medium" | "large", import("./SvgIcon.types").SvgIconPropsSizeOverrides>; titleAccess?: string; viewBox?: string; } & import("./SvgIcon.types").SvgIconSlotsAndSlotProps & Omit, "ref"> & { ref?: React.Ref; }, "size" | "color" | "fontSize" | "shapeRendering" | "viewBox" | keyof import("../types/slot").SlotCommonProps | "htmlColor" | "inheritViewBox" | "titleAccess" | keyof import("./SvgIcon.types").SvgIconSlotsAndSlotProps>, React.SVGProps, {}>;