import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiStopFillIconConfig: {
  name: 'RhUiStopFillIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M30 6.007V26c0 2.206-1.794 4-4 4H6.007c-2.206 0-4-1.794-4-4V6.007c0-2.206 1.794-4 4-4H26c2.206 0 4 1.794 4 4Z"},
  rhUiIcon: null,
};
export declare const RhUiStopFillIcon: ComponentClass<SVGIconProps>;
export default RhUiStopFillIcon;