import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiPauseCircleFillIconConfig: {
  name: 'RhUiPauseCircleFillIcon',
  icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M16 1.25C7.867 1.25 1.25 7.867 1.25 16S7.867 30.75 16 30.75 30.75 24.133 30.75 16 24.133 1.25 16 1.25Zm-1.625 20.5c0 .345-.28.625-.625.625h-3.5a.625.625 0 0 1-.625-.625v-11.5c0-.345.28-.625.625-.625h3.5c.345 0 .625.28.625.625v11.5Zm8 0c0 .345-.28.625-.625.625h-3.5a.625.625 0 0 1-.625-.625v-11.5c0-.345.28-.625.625-.625h3.5c.345 0 .625.28.625.625v11.5Z"},
  rhUiIcon: null,
};
export declare const RhUiPauseCircleFillIcon: ComponentClass<SVGIconProps>;
export default RhUiPauseCircleFillIcon;