///
/**
* The svg path is a combine path version of the Red Hat brand asset library,
* standard icons, Diagrams and graphs group, Progression black icon.
*/
export declare const RedHatProgressionIconConfig: {
name: string;
height: number;
width: number;
svgPath: string;
yOffset: number;
xOffset: number;
};
export declare const RedHatProgressionIcon: import("react").ComponentClass;
export default RedHatProgressionIcon;