import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardBarGraphIconConfig: {
  name: 'RhStandardBarGraphIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M32 23.38h-6.38V9.73a.62.62 0 1 0-1.24 0v13.65h-3.76v-8.93a.62.62 0 0 0-1.24 0v8.93h-3.76V13.27a.62.62 0 0 0-1.24 0v10.11h-3.76V18a.62.62 0 1 0-1.24 0v5.38H4a.62.62 0 0 0 0 1.24h28a.62.62 0 0 0 0-1.24Z"},{"path":"M5 21a.63.63 0 0 0 .63-.63V5.62h24.7v14.74a.63.63 0 0 0 1.25 0V5a.63.63 0 0 0-.58-.62H5a.62.62 0 0 0-.67.62v15.36A.63.63 0 0 0 5 21Zm26 5.83a.61.61 0 0 0-.63.62l-.05 2.93H5.58v-2.93a.63.63 0 0 0-.58-.62.62.62 0 0 0-.62.62V31a.62.62 0 0 0 .62.62h26a.63.63 0 0 0 .63-.61v-3.55a.62.62 0 0 0-.63-.63Z"}]},
  rhUiIcon: null,
};
export declare const RhStandardBarGraphIcon: ComponentClass<SVGIconProps>;
export default RhStandardBarGraphIcon;