import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiEnhancementFillIconConfig: {
  name: 'RhUiEnhancementFillIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"m28.749 10.364-7.113-7.113c-3.108-3.107-8.164-3.107-11.272 0l-7.113 7.113c-3.107 3.108-3.107 8.164 0 11.272l7.113 7.113c1.554 1.554 3.595 2.331 5.636 2.331s4.082-.777 5.636-2.331l7.113-7.113c3.107-3.107 3.107-8.164 0-11.271ZM23 17.125h-5.875V23a1.125 1.125 0 0 1-2.25 0v-5.875H9a1.125 1.125 0 0 1 0-2.25h5.875V9a1.125 1.125 0 0 1 2.25 0v5.875H23a1.125 1.125 0 0 1 0 2.25Z"},
  rhUiIcon: null,
};
export declare const RhUiEnhancementFillIcon: ComponentClass<SVGIconProps>;
export default RhUiEnhancementFillIcon;