import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiSeverityCriticalFillIconConfig: {
  name: 'RhUiSeverityCriticalFillIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M30 8.788V29a.999.999 0 0 1-1.407.913L16 24.307 3.407 29.913A1.001 1.001 0 0 1 2 29V8.788c0-.395.232-.753.593-.913l13-5.788c.259-.115.555-.115.813 0l13 5.788c.361.16.593.519.593.913Z"},
  rhUiIcon: null,
};
export declare const RhUiSeverityCriticalFillIcon: ComponentClass<SVGIconProps>;
export default RhUiSeverityCriticalFillIcon;