import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const EggIconConfig: {
  name: 'EggIcon',
  icon: {"xOffset":0,"yOffset":0,"width":384,"height":512,"svgPathData":"M192 0C86 0 0 214 0 320s86 192 192 192 192-86 192-192S298 0 192 0z"},
  rhUiIcon: null,
};
export declare const EggIcon: ComponentClass<SVGIconProps>;
export default EggIcon;