import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardStockMarketDownIconConfig: {
  name: 'RhStandardStockMarketDownIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M31 14.375a.625.625 0 0 0-.625.625v1.49l-5.933-5.932a.625.625 0 0 0-.884 0L21 13.116l-6.558-6.558a.625.625 0 0 0-.884 0L9 11.116 5.442 7.558a.625.625 0 1 0-.884.884l4 4c.244.245.64.245.884 0L14 7.884l6.558 6.558c.244.245.64.245.884 0L24 11.884l5.49 5.491H28a.625.625 0 0 0 0 1.25h3a.627.627 0 0 0 .24-.048.617.617 0 0 0 .152-.101c.016-.013.035-.019.05-.034.01-.01.013-.023.022-.034a.622.622 0 0 0 .113-.169.626.626 0 0 0 .048-.239v-3a.625.625 0 0 0-.625-.625Z"},{"path":"M31 28.375h-2.375V22a.625.625 0 0 0-1.25 0v6.375h-3.75V17a.625.625 0 0 0-1.25 0v11.375h-3.75V16a.625.625 0 0 0-1.25 0v12.375h-3.75V13a.625.625 0 0 0-1.25 0v15.375h-3.75V16a.625.625 0 0 0-1.25 0v12.375H5a.625.625 0 0 0 0 1.25h26a.625.625 0 0 0 0-1.25Z"}]},
  rhUiIcon: null,
};
export declare const RhStandardStockMarketDownIcon: ComponentClass<SVGIconProps>;
export default RhStandardStockMarketDownIcon;