import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiSeverityUndefinedFillIconConfig: {
  name: 'RhUiSeverityUndefinedFillIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M14 13.5v5c0 .827-.673 1.5-1.5 1.5h-9c-.827 0-1.5-.673-1.5-1.5v-5c0-.827.673-1.5 1.5-1.5h9c.827 0 1.5.673 1.5 1.5ZM28.5 12h-9c-.827 0-1.5.673-1.5 1.5v5c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5v-5c0-.827-.673-1.5-1.5-1.5Z"},
  rhUiIcon: null,
};
export declare const RhUiSeverityUndefinedFillIcon: ComponentClass<SVGIconProps>;
export default RhUiSeverityUndefinedFillIcon;