import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiSeverityNoneFillIconConfig: {
  name: 'RhUiSeverityNoneFillIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M30 6.5v4c0 .827-.673 1.5-1.5 1.5h-25c-.827 0-1.5-.673-1.5-1.5v-4C2 5.673 2.673 5 3.5 5h25c.827 0 1.5.673 1.5 1.5ZM28.5 15h-25c-.827 0-1.5.673-1.5 1.5v9c0 .827.673 1.5 1.5 1.5h25c.827 0 1.5-.673 1.5-1.5v-9c0-.827-.673-1.5-1.5-1.5Z"},
  rhUiIcon: null,
};
export declare const RhUiSeverityNoneFillIcon: ComponentClass<SVGIconProps>;
export default RhUiSeverityNoneFillIcon;