import React from 'react';
declare const PUSDC: React.ForwardRefExoticComponent<Omit<{
    iconRef?: React.ForwardedRef<SVGSVGElement>;
    style?: React.CSSProperties;
} & import("@mui/material/SvgIcon").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
    ref?: React.Ref<SVGSVGElement>;
}, "fontSize" | "classes" | "className" | "style" | "color" | "children" | "sx" | "shapeRendering" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & {
    component?: React.ElementType<any, keyof React.JSX.IntrinsicElements>;
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
export default PUSDC;
