import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const CreativeCommonsNdIconConfig: {
  name: 'CreativeCommonsNdIcon',
  icon: {"xOffset":0,"yOffset":0,"width":496,"height":512,"svgPathData":"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm94 144.3v42.5H162.1V197h180.3zm0 79.8v42.5H162.1v-42.5h180.3z"},
  rhUiIcon: null,
};
export declare const CreativeCommonsNdIcon: ComponentClass<SVGIconProps>;
export default CreativeCommonsNdIcon;