/// export declare const StyledTypography: import("@emotion/styled").StyledComponent<{ children?: import("react").ReactNode; align?: "center" | "inherit" | "left" | "right" | "justify" | undefined; gutterBottom?: boolean | undefined; noWrap?: boolean | undefined; paragraph?: boolean | undefined; } & { color?: "text" | "primary" | "secondary" | "error" | "info" | "success" | "warning" | "green" | "grey" | "red" | "yellow" | "textSecondary" | undefined; variant?: import("../../Typography").TypographyLegacyVariant | import("../../Typography").TypographyVariant | undefined; colorIntensity?: import("../../Typography").Intensity | undefined; component?: ("symbol" | "object" | "style" | "svg" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view" | import("react").ComponentType) | undefined; isUpperCase?: boolean | undefined; } & import("react").HTMLAttributes & import("react").RefAttributes & { theme?: import("@emotion/react").Theme | undefined; }, {}, {}>; export declare const SuccessIcon: import("@emotion/styled").StyledComponent<{ children?: import("react").ReactNode; classes?: Partial | undefined; color?: import("@mui/types").OverridableStringUnion<"disabled" | "action" | "inherit" | "primary" | "secondary" | "error" | "info" | "success" | "warning", import("@mui/material").SvgIconPropsColorOverrides> | undefined; fontSize?: import("@mui/types").OverridableStringUnion<"small" | "inherit" | "large" | "medium", import("@mui/material").SvgIconPropsSizeOverrides> | undefined; htmlColor?: string | undefined; inheritViewBox?: boolean | undefined; shapeRendering?: string | undefined; sx?: import("@mui/system").SxProps | undefined; titleAccess?: string | undefined; viewBox?: string | undefined; } & import("@mui/material/OverridableComponent").CommonProps & Omit, "ref"> & { ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject | null | undefined; }, "sx" | keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "color" | "fontSize" | "htmlColor" | "inheritViewBox" | "shapeRendering" | "titleAccess" | "viewBox"> & { theme?: import("@emotion/react").Theme | undefined; }, {}, {}>;