import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardPricetagIconConfig: {
  name: 'RhStandardPricetagIcon',
  icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"m31.33 21.67-11-11a.59.59 0 0 0-.44-.18h-4.35a.59.59 0 0 0-.44.18l-4.39 4.43a.59.59 0 0 0-.18.44v4.38a.63.63 0 0 0 .18.45l11 11a.64.64 0 0 0 .89 0l8.77-8.77a.64.64 0 0 0 0-.89ZM22.12 30 11.78 19.66V15.8l4-4h3.86L30 22.12Zm-9.79-17.67a.64.64 0 0 0 0-.89 2.76 2.76 0 0 0-3.81 0l-.73.73c-.37.38-1-.2-.58-.57l4.39-4.39a1.66 1.66 0 0 0-2.35-2.34L7.06 7.06c-.58.56.32 1.46.88.88l2.19-2.19c.37-.38 1 .21.58.58l-4.38 4.38a1.63 1.63 0 0 0-.49 1.17 1.67 1.67 0 0 0 2.83 1.18l.73-.73a1.47 1.47 0 0 1 2 0 .64.64 0 0 0 .93 0Z"},{"path":"M15 14.37a.63.63 0 1 0 .63.63.63.63 0 0 0-.63-.63Z"}]},
  rhUiIcon: null,
};
export declare const RhStandardPricetagIcon: ComponentClass<SVGIconProps>;
export default RhStandardPricetagIcon;