import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const FacebookIconConfig: {
  name: 'FacebookIcon',
  icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"},
  rhUiIcon: null,
};
export declare const FacebookIcon: ComponentClass<SVGIconProps>;
export default FacebookIcon;